Fix ingress annotations for federation (#337)
fixes: https://github.com/spiffe/helm-charts/issues/336 Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
@@ -8,7 +8,7 @@ metadata:
|
||||
namespace: {{ include "spire-server.namespace" . }}
|
||||
labels:
|
||||
{{ include "spire-server.labels" . | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
{{- with .Values.federation.ingress.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user