We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c1dc8 commit aadb0a5Copy full SHA for aadb0a5
templates/ingress.yaml
@@ -15,9 +15,7 @@ metadata:
15
{{- if .Values.ingress.tls }}
16
ingress.kubernetes.io/secure-backends: "true"
17
{{- end }}
18
- {{- range $key, $value := .Values.ingress.annotations }}
19
- {{ $key }}: {{ $value | quote }}
20
- {{- end }}
+{{ include "custom-annotations" .Values.ingress | indent 4 }}
21
spec:
22
rules:
23
{{- range .Values.ingress.hosts }}
0 commit comments