mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
14 lines
No EOL
331 B
YAML
14 lines
No EOL
331 B
YAML
---
|
|
test_name: csi-volume-resize
|
|
|
|
app_ns: "{{ lookup('env','APP_NAMESPACE') }}"
|
|
|
|
app_label: "{{ lookup('env','APP_LABEL') }}"
|
|
|
|
app_pvc: "{{ lookup('env','APP_PVC') }}"
|
|
|
|
vol_size: "{{ lookup('env','OLD_PV_CAPACITY') }}"
|
|
|
|
desired_vol_size: "{{ lookup('env','NEW_PV_CAPACITY') }}"
|
|
|
|
storage_class: "{{ lookup('env','STORAGE_CLASS') }}" |