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 180aae1 commit 55e451dCopy full SHA for 55e451d
chart/openfaas/templates/ingress.yaml
@@ -12,10 +12,12 @@ metadata:
12
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
13
release: {{ .Release.Name }}
14
heritage: {{ .Release.Service }}
15
+ {{- if .Values.ingress.annotations }}
16
annotations:
17
{{- range $key, $value := .Values.ingress.annotations }}
18
{{ $key }}: {{ $value | quote }}
19
{{- end }}
20
+ {{- end }}
21
spec:
22
{{- if .Values.ingress.ingressClassName }}
23
ingressClassName: {{ .Values.ingress.ingressClassName }}
chart/openfaas/values.yaml
@@ -291,8 +291,7 @@ ingress:
291
serviceName: gateway
292
servicePort: 8080
293
path: /
294
- annotations:
295
- kubernetes.io/ingress.class: nginx
+ annotations: {}
296
tls:
297
# Secrets must be manually created in the namespace.
298
0 commit comments