diff --git a/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/metacluster/tasks/workflow.yml b/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/metacluster/tasks/workflow.yml index d90eed8..3ca87df 100644 --- a/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/metacluster/tasks/workflow.yml +++ b/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/metacluster/tasks/workflow.yml @@ -1,5 +1,15 @@ - block: + - name: Create target namespace(s) + kubernetes.core.k8s: + name: "{{ item }}" + kind: Namespace + state: present + kubeconfig: "{{ kubeconfig.path }}" + loop: + # - argo-workflows + - firstboot + - name: Install argo-workflows chart kubernetes.core.helm: name: argo-workflows