File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,16 +55,6 @@ stages:
5555 storage :
5656 spec :
5757 mountPath : {}
58- - entrypoint :
59- - volsync-custom-scorecard-tests
60- - test_rclone_priv_with_symlinks.yml
61- image : quay.io/backube/volsync-custom-scorecard-tests:latest
62- labels :
63- suite : volsync-e2e
64- test : test_rclone_priv_with_symlinks.yml
65- storage :
66- spec :
67- mountPath : {}
6858 - entrypoint :
6959 - volsync-custom-scorecard-tests
7060 - test_rclone_with_customca_configmap.yml
Original file line number Diff line number Diff line change @@ -55,16 +55,6 @@ stages:
5555 storage :
5656 spec :
5757 mountPath : {}
58- - entrypoint :
59- - volsync-custom-scorecard-tests
60- - test_rclone_priv_with_symlinks.yml
61- image : quay.io/backube/volsync-custom-scorecard-tests:latest
62- labels :
63- suite : volsync-e2e
64- test : test_rclone_priv_with_symlinks.yml
65- storage :
66- spec :
67- mountPath : {}
6858 - entrypoint :
6959 - volsync-custom-scorecard-tests
7060 - test_rclone_with_customca_configmap.yml
Original file line number Diff line number Diff line change 4141 storage :
4242 spec :
4343 mountPath : {}
44- - entrypoint :
45- - volsync-custom-scorecard-tests
46- - test_rclone_priv_with_symlinks.yml
47- image : quay.io/backube/volsync-custom-scorecard-tests:latest
48- labels :
49- suite : volsync-e2e
50- test : test_rclone_priv_with_symlinks.yml
51- storage :
52- spec :
53- mountPath : {}
5444 - entrypoint :
5545 - volsync-custom-scorecard-tests
5646 - test_rclone_with_customca_configmap.yml
Original file line number Diff line number Diff line change 4747 requests :
4848 storage : 1Gi
4949
50- - name : Write data into the source PVC
50+ - name : Write data and symlinks into the source PVC
5151 include_role :
5252 name : write_to_pvc
5353 vars :
5454 data : ' data'
5555 path : ' /datafile'
5656 pvc_name : ' data-source'
57+ symlinks :
58+ - path : ' /mysql.sock'
59+ target : ' /var/run/mysqld/mysqld.sock'
60+ - path : ' /link-relative'
61+ target : ' datafile'
5762
5863 - name : Sync data from source volume (w/ mSC)
5964 kubernetes.core.k8s :
242247 pvc1_name : data-source
243248 pvc2_name : data-dest
244249 timeout : 900
250+ skip_symlink_check : true
Original file line number Diff line number Diff line change 5050 requests :
5151 storage : 1Gi
5252
53- - name : Write data into the source PVC
53+ - name : Write data and symlinks into the source PVC
5454 include_role :
5555 name : write_to_pvc
5656 vars :
5757 data : ' data'
5858 path : ' /datafile'
5959 pvc_name : ' data-source'
60+ symlinks :
61+ - path : ' /mysql.sock'
62+ target : ' /var/run/mysqld/mysqld.sock'
63+ - path : ' /link-relative'
64+ target : ' datafile'
6065
6166 - name : Sync data from source volume
6267 kubernetes.core.k8s :
184189 pvc1_name : data-source
185190 pvc2_name : data-dest
186191 timeout : 900
192+ skip_symlink_check : true
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments