Merge pull request #2299 from bskiba/vpa-release-0.5

Really review all VPA object creations
This commit is contained in:
Kubernetes Prow Robot 2019-09-04 07:17:01 -07:00 committed by GitHub
commit 55f646f91f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ func selfRegistration(clientset *kubernetes.Clientset, caCert []byte, namespace
Operations: []v1beta1.OperationType{v1beta1.Create, v1beta1.Update},
Rule: v1beta1.Rule{
APIGroups: []string{"autoscaling.k8s.io"},
APIVersions: []string{"v1beta1"},
APIVersions: []string{"*"},
Resources: []string{"verticalpodautoscalers"},
},
}},