We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95bb146 commit dcd2dc8Copy full SHA for dcd2dc8
1 file changed
chart/templates/controller-rbac.yaml
@@ -29,6 +29,9 @@ rules:
29
- apiGroups: ["apps"]
30
resources: ["deployments"]
31
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"]
35
- apiGroups: ["policy"]
36
resources: ["poddisruptionbudgets"]
37
0 commit comments