Skip to content

Commit 7babc9f

Browse files
authored
docs: added documentation for helm values file (#704)
1 parent a1ead66 commit 7babc9f

3 files changed

Lines changed: 478 additions & 51 deletions

File tree

examples/cloud/dependency_charts/mqtt/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ metadata:
3030
{{- toYaml . | nindent 4 }}
3131
{{- end }}
3232
spec:
33-
{{- with .Values.ingress.className }}
33+
{{- with .Values.ingress.ingressClassName }}
3434
ingressClassName: {{ . }}
3535
{{- end }}
3636
{{- if .Values.ingress.tls }}

examples/cloud/dependency_charts/mqtt/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ service:
7272
# This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
7373
ingress:
7474
enabled: false
75-
className: ""
75+
ingressClassName: ""
7676
annotations: {}
7777
# kubernetes.io/ingress.class: nginx
7878
# kubernetes.io/tls-acme: "true"

0 commit comments

Comments
 (0)