We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ead39 commit ff91dfdCopy full SHA for ff91dfd
1 file changed
charts/passport/templates/passport-ingress.yaml
@@ -10,10 +10,10 @@ metadata:
10
heritage: "{{ .Release.Service }}"
11
annotations:
12
kubernetes.io/tls-acme: "true"
13
- {{- if not (eq .Values.global.ingressClass "") }}
14
- kubernetes.io/ingress.class: "{{ .Values.global.ingressClass }}"
15
- {{ end }}
16
spec:
+ {{- if not (eq .Values.global.ingressClass "") }}
+ ingressClassName: "{{ .Values.global.ingressClass }}"
+ {{ end }}
17
rules:
18
- host: drycc-passport.{{ .Values.global.platformDomain }}
19
http:
0 commit comments