Fix ingress annotation variable for tornjak server (#66)

This commit is contained in:
kfox1111
2023-10-28 11:47:55 -07:00
committed by GitHub
parent b813807f16
commit d50d78d9a0
@@ -17,7 +17,7 @@ metadata:
namespace: {{ include "spire-server.namespace" . }}
labels:
{{ include "spire-server.labels" . | nindent 4}}
{{- with .Values.tornjak.ingress.annotations }}
{{- with $annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}