File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed
e2e-tests/tests/init-deploy Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ spec:
360360 storage : 1G
361361
362362 pmm :
363- enabled : true
363+ enabled : false
364364
365365 image : perconalab/pmm-client:3-dev-latest
366366 imagePullPolicy : Always
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ stringData:
77 root : root_password
88 xtrabackup : backup_password
99 monitor : monitor_password
10- pmmserverkey : my_pmm_server_key
10+ # pmmserverkey: my_pmm_server_key
1111 operator : operator_password
1212 replication : replication_password
1313 orchestrator : orchestrator_password
Original file line number Diff line number Diff line change 88 requests.memory : " 10Gi"
99 limits.cpu : " 10"
1010 limits.memory : " 12Gi"
11- commands :
12- - script : |-
13- null
14- ---
15- set -o errexit
16- set -o xtrace
17-
18- source ../../functions
19- init_temp_dir # do this only in the first TestStep
20-
21- deploy_operator
22- deploy_non_tls_cluster_secrets
23- deploy_tls_cluster_secrets
24- deploy_client
2511---
2612apiVersion : kuttl.dev/v1beta1
2713kind : TestStep
2814timeout : 10
2915commands :
3016 - script : |-
31- null
32- ---
3317 set -o errexit
3418 set -o xtrace
3519
You can’t perform that action at this time.
0 commit comments