Merge pull request #4687 from carlpett/patch-1

Add permissions required for flow control
This commit is contained in:
Stefan Prodan 2024-03-25 14:55:07 +02:00 committed by GitHub
commit 60bb4ff983
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,6 +69,11 @@ rules:
- update - update
- patch - patch
- delete - delete
# required for flow control
- nonResourceURLs:
- /livez/ping
verbs:
- head
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding kind: ClusterRoleBinding