mirror of
https://github.com/fluxcd/flux2.git
synced 2025-10-28 23:14:48 +08:00
Add permissions required for flow control
Signed-off-by: Calle Pettersson <carlpett@users.noreply.github.com>
This commit is contained in:
committed by
Calle Pettersson
parent
d9e435c041
commit
539dfa0942
@ -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
|
||||
|
||||
Reference in New Issue
Block a user