remove duplicate ingress.class annotation
`kubernetes.io/ingress.class` annotation is already rendered on line 23 from `.Values.ingress.annotations`. This removes the duplicate, allowing Flux to deploy the chart (https://github.com/fluxcd/flux2/issues/1522) Signed-off-by: Eugene Malihins <eugene.malihins@sequencehq.com>
This commit is contained in:
committed by
Eugene Malihins
parent
1c9891e3fb
commit
2dc67b70e5
@@ -15,7 +15,6 @@ metadata:
|
||||
{{- if .Values.issuer.email }}
|
||||
cert-manager.io/cluster-issuer: {{ .Values.issuer.clusterIssuer }}
|
||||
{{- end }}
|
||||
kubernetes.io/ingress.class: nginx
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
if ($scheme = https) {
|
||||
|
||||
Reference in New Issue
Block a user