We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ead66 commit 7babc9fCopy full SHA for 7babc9f
3 files changed
examples/cloud/dependency_charts/mqtt/templates/ingress.yaml
@@ -30,7 +30,7 @@ metadata:
30
{{- toYaml . | nindent 4 }}
31
{{- end }}
32
spec:
33
- {{- with .Values.ingress.className }}
+ {{- with .Values.ingress.ingressClassName }}
34
ingressClassName: {{ . }}
35
36
{{- if .Values.ingress.tls }}
examples/cloud/dependency_charts/mqtt/values.yaml
@@ -72,7 +72,7 @@ service:
72
# This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
73
ingress:
74
enabled: false
75
- className: ""
+ ingressClassName: ""
76
annotations: {}
77
# kubernetes.io/ingress.class: nginx
78
# kubernetes.io/tls-acme: "true"
0 commit comments