Helm notes outputs non nil value for ingress.class annotation (#7611)

Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
This commit is contained in:
Bhumij Gupta 2021-09-08 14:47:20 +05:30 committed by GitHub
parent 48601bcd0e
commit 8b3a6f0252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ An example Ingress that makes use of the controller:
kind: Ingress kind: Ingress
metadata: metadata:
annotations: annotations:
kubernetes.io/ingress.class: {{ .Values.controller.ingressClass }} kubernetes.io/ingress.class: {{ .Values.controller.ingressClassResource.name }}
name: example name: example
namespace: foo namespace: foo
spec: spec: