Remove deprecated annotation in helm chart example (#7813)

This commit is contained in:
Zhiwei Liu 2021-10-22 17:34:38 +00:00 committed by GitHub
parent 0b24ade145
commit af7d9581f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: