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"]