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
commit c7c89f8c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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