Skip to content

Commit

Permalink
Update e2e-tests/pitr-physical/run
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hors and github-actions[bot] authored Mar 20, 2024
1 parent dbcf639 commit 739228d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e-tests/pitr-physical/run
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ run_backup() {
local type=$3

desc "run backup $name-$idx"
cat $test_dir/conf/$name.yml |
$sed -e "s/name:/name: $name-$idx/" |
$sed -e "s/type:/type: $type/" |
kubectl_bin apply -f -
cat $test_dir/conf/$name.yml \
| $sed -e "s/name:/name: $name-$idx/" \
| $sed -e "s/type:/type: $type/" \
| kubectl_bin apply -f -

wait_backup "$name-$idx"

Expand Down

0 comments on commit 739228d

Please sign in to comment.