File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ test-default: runtest
63
63
test : test-default
64
64
65
65
.PHONY : runtest
66
- runtest : commodore_args += -f tests/$(instance ) .yml
66
+ runtest : commodore_args += -f tests/$(instance ) .yml -a maxscale- $( instance )
67
67
runtest : .compile # # Compile the component
68
68
69
69
.PHONY : clean
Original file line number Diff line number Diff line change @@ -18,9 +18,8 @@ parameters:
18
18
db3_port : 3307
19
19
service_user : maxscale-testservice
20
20
monitor_user : maxscale-testmonitor
21
- service_pwd : testservicepwd
22
- monitor_pwd : testmonitorpwd
23
- containers :
21
+ service_pwd : ?{vaultkv:${customer:name}/${cluster:name}/${_instance}/service_pwd}
22
+ monitor_pwd : ?{vaultkv:${customer:name}/${cluster:name}/${_instance}/monitor_pwd}
24
23
resources :
25
24
limits :
26
25
memory : 512Mi
Original file line number Diff line number Diff line change 5
5
parameters :
6
6
_instance : maxscale-nolimits
7
7
maxscale :
8
- namespace : maxscale-test
8
+ namespace : maxscale-test-nolimits
9
9
master_only_listen_address : 127.0.0.1
10
10
read_write_listen_address : 127.0.0.1
11
11
db1_address : db1.mygalera.test.example.org
You can’t perform that action at this time.
0 commit comments