File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 2.0.1
18
+ version : 2.1.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ metadata:
18
18
{{- toYaml . | nindent 4 }}
19
19
{{- end }}
20
20
spec :
21
+ {{- if .Values.ingress.ingressClassName }}
22
+ ingressClassName : {{ .Values.ingress.ingressClassName }}
23
+ {{- end }}
21
24
{{- if .Values.ingress.tls }}
22
25
tls :
23
26
{{- range .Values.ingress.tls }}
Original file line number Diff line number Diff line change @@ -35,13 +35,12 @@ service:
35
35
ingress :
36
36
enabled : false
37
37
# annotations:
38
- # kubernetes.io/ingress.class: nginx
39
38
# kubernetes.io/tls-acme: "true"
40
39
# hosts:
41
40
# - host: code-server.example.loc
42
41
# paths:
43
42
# - /
44
-
43
+ ingressClassName : " "
45
44
# tls:
46
45
# - secretName: code-server
47
46
# hosts:
You can’t perform that action at this time.
0 commit comments