mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-23 16:11:48 +00:00
Add permissions required for flow control
Signed-off-by: Calle Pettersson <carlpett@users.noreply.github.com>
This commit is contained in:
parent
d9e435c041
commit
539dfa0942
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue