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 a1b6291 commit 57143bbCopy full SHA for 57143bb
charts/meilisearch/templates/ingress.yaml
@@ -25,6 +25,9 @@ metadata:
25
{{- . | toYaml | nindent 4 }}
26
{{- end }}
27
spec:
28
+ {{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}}
29
+ ingressClassName: nginx
30
+ {{- end }}
31
{{- if .Values.ingress.tls }}
32
tls:
33
{{- range .Values.ingress.tls }}
0 commit comments