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