Merge pull request #82238 from mm4tt/typha-hpa

Allow typha-chpa to get apps/deployments
This commit is contained in:
Kubernetes Prow Robot
2019-09-02 08:03:43 -07:00
committed by GitHub

View File

@@ -10,6 +10,6 @@ rules:
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["get"]
- apiGroups: ["extensions"]
- apiGroups: ["apps", "extensions"]
resources: ["deployments/scale"]
verbs: ["get", "update"]