mirror of
https://github.com/fluxcd/flux2.git
synced 2025-10-29 15:28:04 +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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user