From 088b9c9221ad4ed4627c23a998dcaa946bbe7193 Mon Sep 17 00:00:00 2001 From: TzZtzt Date: Wed, 10 Aug 2022 17:36:31 +0800 Subject: [PATCH] Remove redundant admission webhook operation rule (#2054) Signed-off-by: dongyun.xzh --- charts/fluid/fluid/templates/webhook/webhookconfiguration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/fluid/fluid/templates/webhook/webhookconfiguration.yaml b/charts/fluid/fluid/templates/webhook/webhookconfiguration.yaml index ad9cd59df00..f35745e15a4 100644 --- a/charts/fluid/fluid/templates/webhook/webhookconfiguration.yaml +++ b/charts/fluid/fluid/templates/webhook/webhookconfiguration.yaml @@ -8,7 +8,7 @@ webhooks: rules: - apiGroups: [""] apiVersions: ["v1"] - operations: ["CREATE","UPDATE"] + operations: ["CREATE"] resources: ["pods"] clientConfig: service: