Update helm/oncall/templates/ingress-regular.yaml

Co-authored-by: Ildar Iskhakov <ildar@amixr.io>
This commit is contained in:
Jack Jackson 2022-10-04 10:20:12 -07:00 committed by GitHub
parent 5136b05727
commit 96520381b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ metadata:
spec:
{{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }}
ingressClassName: {{ .Values.ingress.className }}
{{- end}}
{{- end }}
{{- if .Values.ingress.tls }}
tls:
{{- tpl (toYaml .Values.ingress.tls) . | nindent 4 }}