Skip to content

Commit

Permalink
Update rbac_role.yaml (#136)
Browse files Browse the repository at this point in the history
add a rule
  • Loading branch information
bogo-y committed Nov 27, 2023
1 parent 979d9a2 commit 31c63be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chart/kubernetes-cronhpa-controller/templates/rbac_role.yaml
Expand Up @@ -27,6 +27,14 @@ rules:
- list
- watch
- update
- apiGroups:
- "coordination.k8s.io"
resources:
- leases
verbs:
- get
- create
- update
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 31c63be

Please sign in to comment.