Skip to content
Snippets Groups Projects
Commit 642474b1fb87 authored by Xavier Garnier's avatar Xavier Garnier :bicyclist:
Browse files

fix(additional-ingresses): move ingress.class annotation to ingressClassName

parent 17e033201511
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@
app.kubernetes.io/name: {{ $.Values.appName }}
app.kubernetes.io/instance: {{ $.Release.Name }}
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
{{- with $.Values.ingress.clusterIssuer }}
cert-manager.io/cluster-issuer: {{ . }}
......@@ -17,6 +16,7 @@
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
ingressClassName: nginx
tls:
- hosts:
- {{ .host }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment