Helm notes outputs non nil value for ingress.class annotation (#7611)
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
This commit is contained in:
parent
48601bcd0e
commit
8b3a6f0252
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue