fix ingress annotations

This commit is contained in:
2023-04-14 12:45:59 +02:00
parent 6f2333791d
commit 1ab7f414ff

View File

@ -12,7 +12,7 @@ metadata:
labels:
{{- include "owncloud.labels" . | nindent 4 }}
annotations:
{{- .Values.ingress.annotations | toYaml | nindent 2 }}
{{- .Values.ingress.annotations | toYaml | indent 4 }}
spec:
{{- if .Values.ingress.tls }}
tls: