Skip to content

Commit c7c89f8

Browse files
authored
Merge pull request kubernetes#82238 from mm4tt/typha-hpa
Allow typha-chpa to get apps/deployments
2 parents d114f33 + f3b8704 commit c7c89f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ rules:
1010
- apiGroups: [""]
1111
resources: ["configmaps"]
1212
verbs: ["get"]
13-
- apiGroups: ["extensions"]
13+
- apiGroups: ["apps", "extensions"]
1414
resources: ["deployments/scale"]
1515
verbs: ["get", "update"]

0 commit comments

Comments
 (0)