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