chore: Create target namespaces proactively
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user