Skip to content

Commit

Permalink
Merge branch 'main' into cloud-881
Browse files Browse the repository at this point in the history
  • Loading branch information
ptankov authored Jan 8, 2025
2 parents 3cdac01 + 44123aa commit 03f0015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e-tests/self-healing-chaos/run
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ setup_cluster() {
desc "create first PSMDB cluster $cluster"
apply_cluster $conf_dir/$cluster.yml

wait_for_running "$cluster" 3

desc "enable backups"
kubectl_bin patch psmdb some-name --type='merge' -p '{"spec":{"backup":{"enabled":true}}}'

# check if all 3 Pods started
wait_for_running "$cluster" 3

desc 'create user myApp'
Expand Down

0 comments on commit 03f0015

Please sign in to comment.