Update argocd/argocd/argocd.yaml, main.yml
This commit is contained in:
10750
argocd/argocd/argocd.yaml
Normal file
10750
argocd/argocd/argocd.yaml
Normal file
File diff suppressed because it is too large
Load Diff
8
main.yml
8
main.yml
@@ -1,8 +1,14 @@
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- name: Create a k8s namespace
|
||||
- name: Create argocd namespace
|
||||
kubernetes.core.k8s:
|
||||
name: argocd
|
||||
kind: Namespace
|
||||
state: present
|
||||
|
||||
- name: deploy argocd
|
||||
kubernetes.core.k8s:
|
||||
src: ./argocd/argocd/argocd.yaml
|
||||
namespace: argocd
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user