Skip to content

Commit

Permalink
Merge pull request rook#13389 from rook/mergify/bp/release-1.13/pr-13386
Browse files Browse the repository at this point in the history
ci: fix multi-cluster-mirroing canary-test (backport rook#13386)
  • Loading branch information
mergify[bot] authored Dec 13, 2023
2 parents 4a8aa5d + 8121c40 commit 58bc8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ jobs:
- name: create replicated mirrored filesystem on cluster 2
run: |
cd deploy/examples/
yq w -i filesystem-test.yaml metadata.namespace rook-ceph-secondary
sed -i 's/namespace: rook-ceph/namespace: rook-ceph-secondary/g' filesystem-test.yaml
yq w -i filesystem-test.yaml spec.mirroring.enabled true
kubectl create -f filesystem-test.yaml
Expand Down

0 comments on commit 58bc8aa

Please sign in to comment.