Update DNS Autoscaler to 1.4.0 (#4425)

* Update DNS Autoscaler

* Update downloads too

* Fix yamllint

* Fix yamllint
This commit is contained in:
Andreas Krüger
2019-04-04 09:36:51 +02:00
committed by Kubernetes Prow Robot
parent 2067417ad4
commit 41e684eb5a
3 changed files with 7 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ rules:
- apiGroups: [""]
resources: ["replicationcontrollers/scale"]
verbs: ["get", "update"]
- apiGroups: ["extensions"]
- apiGroups: ["extensions", "apps"]
resources: ["deployments/scale", "replicasets/scale"]
verbs: ["get", "update"]
- apiGroups: [""]