mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 22:40:12 +01:00
9 lines
No EOL
423 B
YAML
9 lines
No EOL
423 B
YAML
test_name: "{{ svc_type }}-service-failure"
|
|
namespace: "{{ lookup('env','APP_NAMESPACE') }}"
|
|
label: "{{ lookup('env','APP_LABEL') }}"
|
|
pvc: "{{ lookup('env','APP_PVC') }}"
|
|
svc_type: "{{ lookup('env','SVC_TYPE') }}"
|
|
zfs_operator_ns: "{{ lookup('env','ZFS_OPERATOR_NAMESPACE') }}"
|
|
data_persistence: "{{ lookup('env','DATA_PERSISTENCE') }}"
|
|
node_pwd: "{{ lookup('env','NODE_PASSWORD') }}"
|
|
user: "{{ lookup('env','USERNAME') }}" |