File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ metadata:
2222 {{- tpl (toYaml .) $ | nindent 4 }}
2323 {{- end }}
2424spec :
25+ {{- if .Values.ingress.ingressClassName }}
26+ ingressClassName : {{ .Values.ingress.ingressClassName | quote }}
27+ {{- end }}
2528{{- if .Values.ingress.tls }}
2629 tls :
2730 {{- range .Values.ingress.tls }}
Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ service:
130130ingress :
131131 enabled : false
132132 annotations : {}
133- # Adjust the ingress class when not using nginx as incress controller
134- # kubernetes.io/ingress.class: nginx
135- # kubernetes.io/tls-acme : "true "
133+ # # @param ingress.ingressClassName Set the name of the class to use
134+ # #
135+ ingressClassName : " "
136136 hosts :
137137 - host : chart-example.local
138138 paths :
You can’t perform that action at this time.
0 commit comments