Skip to content

Commit 3be698f

Browse files
committed
Disable redeploy event in dashboard
1 parent 0b25f53 commit 3be698f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifest.jps

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ onBeforeScaleIn[cp]:
6565

6666
onBeforeClone: stopEvent
6767

68+
onBeforeRedeployContainer:
69+
if (!${event.params.skipReinstall:false}): stopEvent
70+
6871
actions:
6972
block-masters-scaling:
7073
env.control.ApplyNodeGroupData[k8sm]:

0 commit comments

Comments
 (0)