diff --git a/cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-role.yaml b/cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-role.yaml index c605313fbb3..609fa774349 100644 --- a/cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-role.yaml +++ b/cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-role.yaml @@ -10,6 +10,6 @@ rules: - apiGroups: [""] resources: ["configmaps"] verbs: ["get"] - - apiGroups: ["extensions"] + - apiGroups: ["apps", "extensions"] resources: ["deployments/scale"] verbs: ["get", "update"]