From ba66a2e6e1e0eb19bae342257c6895e124fe0072 Mon Sep 17 00:00:00 2001 From: Parship Chowdhury Date: Sat, 26 Jul 2025 15:30:52 +0000 Subject: [PATCH] reverted the changes in manifest Signed-off-by: Parship Chowdhury --- config/webhook/manifests.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/config/webhook/manifests.yaml b/config/webhook/manifests.yaml index ae9ec08..e213848 100644 --- a/config/webhook/manifests.yaml +++ b/config/webhook/manifests.yaml @@ -14,10 +14,6 @@ webhooks: path: /mutate-apps-kruise-io-v1alpha1-cloneset failurePolicy: Fail name: mcloneset.kb.io - objectSelector: - matchExpressions: - - key: rollouts.kruise.io/workload-type - operator: Exists rules: - apiGroups: - apps.kruise.io @@ -38,10 +34,6 @@ webhooks: path: /mutate-apps-kruise-io-v1alpha1-daemonset failurePolicy: Fail name: mdaemonset.kb.io - objectSelector: - matchExpressions: - - key: rollouts.kruise.io/workload-type - operator: Exists rules: - apiGroups: - apps.kruise.io @@ -62,10 +54,6 @@ webhooks: path: /mutate-apps-v1-deployment failurePolicy: Fail name: mdeployment.kb.io - objectSelector: - matchExpressions: - - key: rollouts.kruise.io/workload-type - operator: Exists rules: - apiGroups: - apps @@ -86,10 +74,6 @@ webhooks: path: /mutate-unified-workload failurePolicy: Fail name: munifiedworload.kb.io - objectSelector: - matchExpressions: - - key: rollouts.kruise.io/workload-type - operator: Exists rules: - apiGroups: - '*'