fix ingress annotations
This commit is contained in:
@ -13,7 +13,7 @@ metadata:
|
|||||||
{{- include "owncloud.labels" . | nindent 4 }}
|
{{- include "owncloud.labels" . | nindent 4 }}
|
||||||
{{- with .Values.ingress.annotations }}
|
{{- with .Values.ingress.annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- . | toYaml | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.ingress.tls }}
|
{{- if .Values.ingress.tls }}
|
||||||
|
Reference in New Issue
Block a user