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

13 lines
340 B
YAML
Raw Normal View History

---
#Deploying application on k8's cluster and cross checking whether the
#application is deployed successfully.
- name: Deploying {{ application_name }}
k8s:
state: present
src: "{{ application }}"
namespace: "{{ app_ns }}"
merge_type: merge
register: result
- include_tasks: /e2e-tests/utils/k8s/status_app_pod.yml