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 e59a834 commit b348d16Copy full SHA for b348d16
common-server/helm/templates/ingress.yaml
@@ -23,8 +23,8 @@ metadata:
23
{{- toYaml . | nindent 4 }}
24
{{- end }}
25
spec:
26
- {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }}
27
- ingressClassName: {{ .Values.ingress.className | default "triton-ingress" }}
+ {{- if .Values.ingress.className }}
+ ingressClassName: {{ .Values.ingress.className }}
28
29
{{- if .Values.ingress.tls }}
30
tls:
0 commit comments