chore: Create target namespaces proactively
This commit is contained in:
parent
baf809159b
commit
1451e8f105
@ -1,5 +1,15 @@
|
|||||||
- block:
|
- 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
|
- name: Install argo-workflows chart
|
||||||
kubernetes.core.helm:
|
kubernetes.core.helm:
|
||||||
name: argo-workflows
|
name: argo-workflows
|
||||||
|
Loading…
Reference in New Issue
Block a user