diff --git a/ingress/templates/deployment-ingress.yaml b/ingress/templates/deployment-ingress.yaml index c9977e14f3..175b8ff670 100644 --- a/ingress/templates/deployment-ingress.yaml +++ b/ingress/templates/deployment-ingress.yaml @@ -58,21 +58,22 @@ rules: - get - list - watch + - apiGroups: + - "" + resources: + - events + verbs: + - create + - patch - apiGroups: - "extensions" + - "networking.k8s.io" resources: - ingresses verbs: - get - list - watch - - apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - apiGroups: - "extensions" - "networking.k8s.io"