Skip to content

Commit

Permalink
remove duplicate ingress.class annotation
Browse files Browse the repository at this point in the history
`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 (fluxcd/flux2#1522)

Signed-off-by: Eugene Malihins <[email protected]>
  • Loading branch information
emalihin authored and Eugene Malihins committed Feb 16, 2022
1 parent 1c9891e commit 2dc67b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/chart/backstage/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2dc67b7

Please sign in to comment.