Skip to content
Snippets Groups Projects
Commit 8b88fd04 authored by Beata Skiba's avatar Beata Skiba
Browse files

Really review all VPA object creations

parent 88f35eb3
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ func selfRegistration(clientset *kubernetes.Clientset, caCert []byte, namespace ...@@ -111,7 +111,7 @@ func selfRegistration(clientset *kubernetes.Clientset, caCert []byte, namespace
Operations: []v1beta1.OperationType{v1beta1.Create, v1beta1.Update}, Operations: []v1beta1.OperationType{v1beta1.Create, v1beta1.Update},
Rule: v1beta1.Rule{ Rule: v1beta1.Rule{
APIGroups: []string{"autoscaling.k8s.io"}, APIGroups: []string{"autoscaling.k8s.io"},
APIVersions: []string{"v1beta1"}, APIVersions: []string{"*"},
Resources: []string{"verticalpodautoscalers"}, Resources: []string{"verticalpodautoscalers"},
}, },
}}, }},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment