Fix server podAnnotations configurable

Signed-off-by: Marco Franssen <[email protected]>
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-18 13:04:08 +01:00
committed by Marco Franssen
parent a2abee2f95
commit bf31bdc2c0
3 changed files with 4 additions and 1 deletions
@@ -13,7 +13,7 @@ spec:
{{- include "spire.server.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.oidc.podAnnotations }}
{{- with .Values.server.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}