mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2026-02-02 15:45:13 +01:00
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:
parent
5030cb4acf
commit
9c4cd42c60
5 changed files with 16 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue