From 14031f8266a028b4a4f7570ce8c6876f074f1fc6 Mon Sep 17 00:00:00 2001 From: Shuyi Chen Date: Tue, 12 Nov 2024 22:29:32 -0800 Subject: [PATCH] [FLINK-36685] allow CREATE/UPDATE operation on flinkdeployments resource on webhook mutation endpoint --- helm/flink-kubernetes-operator/templates/webhook.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/flink-kubernetes-operator/templates/webhook.yaml b/helm/flink-kubernetes-operator/templates/webhook.yaml index 18899b48d8..e7f703c61c 100644 --- a/helm/flink-kubernetes-operator/templates/webhook.yaml +++ b/helm/flink-kubernetes-operator/templates/webhook.yaml @@ -136,8 +136,10 @@ webhooks: scope: "Namespaced" operations: - CREATE + - UPDATE resources: - flinksessionjobs + - flinkdeployments sideEffects: None {{- if .Values.watchNamespaces }} namespaceSelector: