diff --git a/manifests/rbac/controller.yaml b/manifests/rbac/controller.yaml index c444c58e..b059891f 100644 --- a/manifests/rbac/controller.yaml +++ b/manifests/rbac/controller.yaml @@ -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