Skip to content

Commit

Permalink
Add permissions required for flow control
Browse files Browse the repository at this point in the history
Signed-off-by: Calle Pettersson <[email protected]>
  • Loading branch information
carlpett authored Mar 25, 2024
1 parent d9e435c commit dc0a420
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/rbac/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc0a420

Please sign in to comment.