diff --git a/chart/templates/clusterrole.yaml b/chart/templates/clusterrole.yaml index e8a3a6f..f54b56b 100644 --- a/chart/templates/clusterrole.yaml +++ b/chart/templates/clusterrole.yaml @@ -9,4 +9,7 @@ rules: - apiGroups: [ "" ] resources: [ "nodes" ] verbs: [ "get" ] + - apiGroups: [ "coordination.k8s.io" ] + resources: [ "leases" ] + verbs: [ "create", "get", "delete" ] {{- end }}