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
6363test : test-default
6464
6565.PHONY : runtest
66- runtest : commodore_args += -f tests/$(instance ) .yml
66+ runtest : commodore_args += -f tests/$(instance ) .yml -a maxscale- $( instance )
6767runtest : .compile # # Compile the component
6868
6969.PHONY : clean
Original file line number Diff line number Diff line change @@ -18,9 +18,8 @@ parameters:
1818 db3_port : 3307
1919 service_user : maxscale-testservice
2020 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}
2423 resources :
2524 limits :
2625 memory : 512Mi
Original file line number Diff line number Diff line change 55parameters :
66 _instance : maxscale-nolimits
77 maxscale :
8- namespace : maxscale-test
8+ namespace : maxscale-test-nolimits
99 master_only_listen_address : 127.0.0.1
1010 read_write_listen_address : 127.0.0.1
1111 db1_address : db1.mygalera.test.example.org
You can’t perform that action at this time.
0 commit comments