From 2dc67b70e50b76606ea91a3a6bb0a50469f249cc Mon Sep 17 00:00:00 2001 From: Eugene Malihins Date: Tue, 15 Feb 2022 15:19:59 +0200 Subject: [PATCH] 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 --- contrib/chart/backstage/templates/ingress.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/chart/backstage/templates/ingress.yaml b/contrib/chart/backstage/templates/ingress.yaml index 3fa052485e90f..cac9b61553d54 100644 --- a/contrib/chart/backstage/templates/ingress.yaml +++ b/contrib/chart/backstage/templates/ingress.yaml @@ -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) {