File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## In Development
4+ * Add support for providing ` ingressClassName ` . (#336 ) (by @mamercad )
45* Add an experimental GitHu/K3s Lint and End-to-End testing workflow. (#243 ) (by @mamercad )
56* Set ` st2client ` resources by ` values.yaml ` . (#337 ) (by @mamercad )
67* Switch to the official ` bats ` Docker image for e2e tests. (#338 )
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ metadata:
1717 {{- toYaml .Values.ingress.annotations | nindent 4 }}
1818 {{- end }}
1919spec :
20+ {{- if .Values.ingress.ingressClassName }}
21+ ingressClassName : {{ .Values.ingress.ingressClassName }}
22+ {{- end }}
2023 rules :
2124 {{- range .Values.ingress.hosts }}
2225 - host : {{ .host }}
Original file line number Diff line number Diff line change @@ -289,6 +289,7 @@ ingress:
289289 # - secretName: chart-example-tls
290290 # hosts:
291291 # - chart-example.test
292+ # ingressClassName: nginx-ingress
292293
293294# #
294295# # NOTE: there used to be a secrets.st2 section here. These values have moved into st2.* above. Please update your values.
You can’t perform that action at this time.
0 commit comments