Skip to content

Commit

Permalink
Use the channel from my ocm-ramen-sample fork
Browse files Browse the repository at this point in the history
My ocm-ramen-sample fork use `csi-hostpath-sc` storage class, so we can
test busybox with volsync without installing cephfs.

Work in progress:
- Need to add a busybox variant to ramendr ocm-ramen-samples that works
  with minikube so we can test with the upstream repo.

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed Jun 15, 2023
1 parent 2743857 commit 8faaa62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ramenctl/ramenctl/resources/samples-channel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ metadata:
namespace: ramen-samples
spec:
type: GitHub
pathname: https://github.com/RamenDR/ocm-ramen-samples.git
pathname: https://github.com/nirs/ocm-ramen-samples.git
2 changes: 1 addition & 1 deletion test/basic-test/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# directory somewhere.
tmp_dir: /tmp/ramen-test/basic-test

samples_url: https://github.com/ramendr/ocm-ramen-samples
samples_url: https://github.com/nirs/ocm-ramen-samples
samples_dir: /tmp/ramen-test/basic-test/ocm-ramen-samples

hub: hub
Expand Down

0 comments on commit 8faaa62

Please sign in to comment.