File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -50,16 +50,6 @@ onAfterClone:
50
50
db_user: ${globals.DB_USER}
51
51
db_pass: ${globals.DB_PASS}
52
52
53
- onBeforeRemoveNode[proxy]:
54
- stopEvent:
55
- type: warning
56
- message: Scaling is not supported for ProxySQL.
57
-
58
- onBeforeAddNode[proxy]:
59
- stopEvent:
60
- type: warning
61
- message: Scaling is not supported for ProxySQL.
62
-
63
53
onInstall:
64
54
- getReplicaUser
65
55
- resetProxyNodes
Original file line number Diff line number Diff line change @@ -23,16 +23,6 @@ globals:
23
23
ADMIN_USER: admin-${fn.random}
24
24
ADMIN_PASS: ${fn.password(10)}
25
25
MAX_REPL_LAG: 20
26
-
27
- onBeforeRemoveNode[proxy]:
28
- stopEvent:
29
- type: warning
30
- message: Scaling is not supported for ProxySQL.
31
-
32
- onBeforeAddNode[proxy]:
33
- stopEvent:
34
- type: warning
35
- message: Scaling is not supported for ProxySQL.
36
26
37
27
onAfterScaleOut[sqldb]:
38
28
forEach(event.response.nodes):
You can’t perform that action at this time.
0 commit comments