Merge pull request #4687 from carlpett/patch-1

Add permissions required for flow control
pull/4689/head
Stefan Prodan 10 months ago committed by GitHub
commit 60bb4ff983
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save