diff --git a/chart/kubernetes-cronhpa-controller/templates/rbac_role.yaml b/chart/kubernetes-cronhpa-controller/templates/rbac_role.yaml index 2cfee0f4..54fc4f93 100644 --- a/chart/kubernetes-cronhpa-controller/templates/rbac_role.yaml +++ b/chart/kubernetes-cronhpa-controller/templates/rbac_role.yaml @@ -27,6 +27,14 @@ rules: - list - watch - update + - apiGroups: + - "coordination.k8s.io" + resources: + - leases + verbs: + - get + - create + - update - apiGroups: - "" resources: