Skip to content

Commit

Permalink
Use longhorn repo for backup store creation
Browse files Browse the repository at this point in the history
ref: 8004

Signed-off-by: Chris <[email protected]>
  • Loading branch information
chriscchien committed Feb 22, 2024
1 parent 46cfe13 commit fbd38e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 137 deletions.
83 changes: 0 additions & 83 deletions manager/integration/deploy/backupstores/minio-backupstore.yaml

This file was deleted.

52 changes: 0 additions & 52 deletions manager/integration/deploy/backupstores/nfs-backupstore.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions test_framework/scripts/longhorn-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ create_longhorn_namespace(){


install_backupstores(){
MINIO_BACKUPSTORE_URL="https://raw.githubusercontent.com/longhorn/longhorn-tests/master/manager/integration/deploy/backupstores/minio-backupstore.yaml"
NFS_BACKUPSTORE_URL="https://raw.githubusercontent.com/longhorn/longhorn-tests/master/manager/integration/deploy/backupstores/nfs-backupstore.yaml"
MINIO_BACKUPSTORE_URL="https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/backupstores/minio-backupstore.yaml"
NFS_BACKUPSTORE_URL="https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/backupstores/nfs-backupstore.yaml"
kubectl create -f ${MINIO_BACKUPSTORE_URL} \
-f ${NFS_BACKUPSTORE_URL}
}
Expand Down

0 comments on commit fbd38e1

Please sign in to comment.