chore: Create target namespaces proactively

This commit is contained in:
Danny Bessems 2024-06-12 12:27:17 +10:00
parent baf809159b
commit 1451e8f105
1 changed files with 10 additions and 0 deletions

View File

@ -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