fix ingress annotations

This commit is contained in:
2023-04-14 12:42:56 +02:00
parent de02838087
commit d58b4f6ea9

View File

@ -11,10 +11,8 @@ metadata:
name: {{ $fullName }}
labels:
{{- include "owncloud.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
annotations:
{{- . | toYaml | nindent 4 }}
{{- end }}
{{- .Values.ingress.annotations | toYaml | nindent 4 }}
spec:
{{- if .Values.ingress.tls }}
tls: