Skip to content

Commit dcd2dc8

Browse files
authored
[Misc] Chart: HPA rbac added (#192)
Add RBACs for HPA within controller.
1 parent 95bb146 commit dcd2dc8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

chart/templates/controller-rbac.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ rules:
2929
- apiGroups: ["apps"]
3030
resources: ["deployments"]
3131
verbs: ["get", "list", "watch", "create", "update", "patch", "delete", "deletecollection"]
32+
- apiGroups: ["autoscaling"]
33+
resources: ["horizontalpodautoscalers"]
34+
verbs: ["get", "list", "watch", "create", "update", "patch", "delete", "deletecollection"]
3235
- apiGroups: ["policy"]
3336
resources: ["poddisruptionbudgets"]
3437
verbs: ["get", "list", "watch", "create", "update", "patch", "delete", "deletecollection"]

0 commit comments

Comments
 (0)