diff --git a/.github/workflows/canary-integration-test.yml b/.github/workflows/canary-integration-test.yml index 2229dff4706c..a5d7b8b5264b 100644 --- a/.github/workflows/canary-integration-test.yml +++ b/.github/workflows/canary-integration-test.yml @@ -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