From b3387c1340eebd7b5b979ae1f5bebf7c5822972c Mon Sep 17 00:00:00 2001 From: Owen Haynes <1472893+owenhaynes@users.noreply.github.com> Date: Fri, 10 May 2024 12:16:36 +0100 Subject: [PATCH] Remove UPDATE from injector-mutating-webhook (#783) Pod specs are imuntable and should not be updated --- templates/injector-mutating-webhook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/injector-mutating-webhook.yaml b/templates/injector-mutating-webhook.yaml index b1de1ee3f..65da037ed 100644 --- a/templates/injector-mutating-webhook.yaml +++ b/templates/injector-mutating-webhook.yaml @@ -32,7 +32,7 @@ webhooks: path: "/mutate" caBundle: {{ .Values.injector.certs.caBundle | quote }} rules: - - operations: ["CREATE", "UPDATE"] + - operations: ["CREATE"] apiGroups: [""] apiVersions: ["v1"] resources: ["pods"]