fix ingress annotations

This commit is contained in:
2023-04-14 12:40:09 +02:00
parent fbb9fc8c51
commit de02838087

View File

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