Remove deprecated annotation in helm chart example (#7813)
This commit is contained in:
parent
0b24ade145
commit
af7d9581f4
1 changed files with 0 additions and 2 deletions
|
@ -32,8 +32,6 @@ An example Ingress that makes use of the controller:
|
|||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: {{ .Values.controller.ingressClassResource.name }}
|
||||
name: example
|
||||
namespace: foo
|
||||
spec:
|
||||
|
|
Loading…
Reference in a new issue