We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b1340 commit 4e640dfCopy full SHA for 4e640df
ci/helm-chart/templates/ingress.yaml
@@ -18,6 +18,9 @@ metadata:
18
{{- toYaml . | nindent 4 }}
19
{{- end }}
20
spec:
21
+ {{- if .Values.ingress.ingressClassName }}
22
+ ingressClassName: {{ .Values.ingress.ingressClassName }}
23
+ {{- end }}
24
{{- if .Values.ingress.tls }}
25
tls:
26
{{- range .Values.ingress.tls }}
ci/helm-chart/values.yaml
@@ -41,7 +41,7 @@ ingress:
41
# - host: code-server.example.loc
42
# paths:
43
# - /
44
-
+ #ingressClassName: nginx
45
#tls:
46
# - secretName: code-server
47
# hosts:
0 commit comments