zfs-localpv/e2e-tests/utils/k8s/status_testns.yml

10 lines
223 B
YAML
Raw Permalink Normal View History

---
- name: Checking the status of test specific namespace.
k8s_facts:
kind: Namespace
name: "{{ app_ns }}"
register: npstatus
until: "'Active' in npstatus.resources.0.status.phase"
delay: 30
retries: 10