Merge pull request #2299 from bskiba/vpa-release-0.5
Really review all VPA object creations
This commit is contained in:
commit
55f646f91f
|
|
@ -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"},
|
||||
},
|
||||
}},
|
||||
|
|
|
|||
Loading…
Reference in New Issue