Skip to content

Commit 5d29554

Browse files
suez1224gyfora
authored andcommitted
[FLINK-36685] allow CREATE/UPDATE operation on flinkdeployments resource on webhook mutation endpoint
1 parent 14ded7e commit 5d29554

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm/flink-kubernetes-operator/templates/webhook.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,10 @@ webhooks:
136136
scope: "Namespaced"
137137
operations:
138138
- CREATE
139+
- UPDATE
139140
resources:
140141
- flinksessionjobs
142+
- flinkdeployments
141143
sideEffects: None
142144
{{- if .Values.watchNamespaces }}
143145
namespaceSelector:

0 commit comments

Comments
 (0)