Skip to content

Commit 1f74008

Browse files
committed
random fixes
1 parent 2cbab5e commit 1f74008

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

deploy/cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

deploy/secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

e2e-tests/tests/init-deploy/00-deploy-operator.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,12 @@ spec:
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
---
2612
apiVersion: kuttl.dev/v1beta1
2713
kind: TestStep
2814
timeout: 10
2915
commands:
3016
- script: |-
31-
null
32-
---
3317
set -o errexit
3418
set -o xtrace
3519

0 commit comments

Comments
 (0)