diff --git a/charts/foundry-vtt/templates/ingress.yaml b/charts/foundry-vtt/templates/ingress.yaml index e2279ce..77ec680 100644 --- a/charts/foundry-vtt/templates/ingress.yaml +++ b/charts/foundry-vtt/templates/ingress.yaml @@ -14,7 +14,7 @@ metadata: {{- template "configurationSnippet" . }} {{- end }} {{- if .Values.ingress.annotations }} - {{ toYaml .Values.ingress.annotations | indent 4 }} + {{- toYaml .Values.ingress.annotations | nindent 4 }} {{- end }} spec: {{- if .Values.ingress.ingressClassName }}