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