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" . }}
|
namespace: {{ include "spire-server.namespace" . }}
|
||||||
labels:
|
labels:
|
||||||
{{ include "spire-server.labels" . | nindent 4 }}
|
{{ include "spire-server.labels" . | nindent 4 }}
|
||||||
{{- with .Values.ingress.annotations }}
|
{{- with .Values.federation.ingress.annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user