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

@ -3,6 +3,7 @@ app_ns: "{{ lookup('env','APP_NAMESPACE') }}"
app_ns_new: "{{ lookup('env','RESTORE_NAMESPACE') }}"
app_label: "{{ lookup('env','APP_LABEL') }}"
app_pvc: "{{ lookup('env','APP_PVC') }}"
zfs_operator_ns: "{{ lookup('env','ZFS_OPERATOR_NAMESPACE') }}"
velero_backup_name: "{{ lookup('env','VELERO_BACKUP_NAME') }}"
velero_plugin_name: "{{ lookup('env','VELERO_PLUGIN_NAME') }}"
velero_version: "{{ lookup('env','VELERO_VERSION') }}"