Merge "DevStack: Allow kuryr-cni SA to create Events"

This commit is contained in:
Zuul 2022-01-11 13:55:57 +00:00 committed by Gerrit Code Review
commit 01495f825f
1 changed files with 5 additions and 0 deletions

View File

@ -478,6 +478,11 @@ rules:
verbs: ["*"] verbs: ["*"]
resources: resources:
- kuryrports - kuryrports
- apiGroups: ["", "events.k8s.io"]
resources:
- events
verbs:
- create
--- ---
kind: ClusterRoleBinding kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1