Skip to content

Commit

Permalink
Helm notes outputs non nil value for ingress.class annotation (#7611)
Browse files Browse the repository at this point in the history
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
  • Loading branch information
bhumijgupta authored Sep 8, 2021
1 parent 48601bc commit 8b3a6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ingress-nginx/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ An example Ingress that makes use of the controller:
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: {{ .Values.controller.ingressClass }}
kubernetes.io/ingress.class: {{ .Values.controller.ingressClassResource.name }}
name: example
namespace: foo
spec:
Expand Down

0 comments on commit 8b3a6f0

Please sign in to comment.