File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
charts/kubedb-webhook-server/templates/autoscaler Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,21 @@ webhooks:
86
86
admissionReviewVersions : ["v1beta1"]
87
87
failurePolicy : Fail
88
88
sideEffects : None
89
+ - name : postgresautoscalerwebhook.mutators.autoscaling.kubedb.com
90
+ clientConfig :
91
+ service :
92
+ namespace : default
93
+ name : kubernetes
94
+ path : /apis/mutators.autoscaling.kubedb.com/v1alpha1/postgresautoscalerwebhooks
95
+ caBundle : {{ $caCrt }}
96
+ rules :
97
+ - apiGroups : ["autoscaling.kubedb.com"]
98
+ apiVersions : ["*"]
99
+ resources : ["postgresautoscalers"]
100
+ operations : ["CREATE", "UPDATE"]
101
+ admissionReviewVersions : ["v1beta1"]
102
+ failurePolicy : Fail
103
+ sideEffects : None
89
104
- name : pgbouncerautoscalerwebhook.mutators.autoscaling.kubedb.com
90
105
clientConfig :
91
106
service :
You can’t perform that action at this time.
0 commit comments