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:
kfox1111
2023-06-12 05:50:26 -07:00
committed by GitHub
parent ea09199196
commit 4e07450781
@@ -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 }}