fix ingress annotations

This commit is contained in:
2023-04-14 12:48:54 +02:00
parent 1ab7f414ff
commit 59d3ad3a9f

View File

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