From 1fc88abed10a0e2305b8359027d979119eab2d71 Mon Sep 17 00:00:00 2001 From: Qovery Date: Tue, 30 Apr 2024 12:57:53 +0000 Subject: [PATCH] update 04/30/24 12:57:53 --- .../templates/admission-controller-webhook-configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/qovery/charts/qovery-cluster-agent/templates/admission-controller-webhook-configuration.yaml b/charts/qovery/charts/qovery-cluster-agent/templates/admission-controller-webhook-configuration.yaml index 02bde9e..edc0041 100644 --- a/charts/qovery/charts/qovery-cluster-agent/templates/admission-controller-webhook-configuration.yaml +++ b/charts/qovery/charts/qovery-cluster-agent/templates/admission-controller-webhook-configuration.yaml @@ -17,7 +17,7 @@ webhooks: - operations: ["CREATE"] apiGroups: ["*"] apiVersions: ["v1"] - resources: ["services", "deployments", "statefulsets"] + resources: ["services", "deployments", "statefulsets", "jobs", "cronjobs", "daemonsets"] # Set failurePolicy to 'Ignore': # * to prevent blocking everything in the clusters in case of bugs # * to let us install this webhook in cluster-agent chart as we have no control on the order of yaml file installation during chart install