fix(e2e): Change hard-coded value of openebs namespace to env variable

Signed-off-by: w3aman <aman.gupta@mayadata.io>
This commit is contained in:
w3aman 2021-09-02 21:32:33 +05:30
parent 5030cb4acf
commit 9c4cd42c60
5 changed files with 16 additions and 2 deletions

View file

@ -1,6 +1,11 @@
---
- block:
- name: Update the volume snapshot location yaml with zfs-operator namespace
template:
src: volume_snapshot_location.j2
dest: volume_snapshot_location.yml
- name: Create the volume snapshot location which has the information about where the snapshot should be stored
shell: kubectl apply -f ./volume_snapshot_location.yml
args:
@ -44,6 +49,11 @@
- block:
- name: Update the volume snapshot location yaml with zfs-operator namespace
template:
src: incremental_backup_vsl.j2
dest: incremental_backup_vsl.yml
- name: Create the volume snapshot location which has the information about where the snapshot should be stored
shell: kubectl apply -f ./incremental_backup_vsl.yml
args: