add argocd

This commit is contained in:
2022-10-22 14:22:23 -05:00
parent c747afa089
commit 64caea75ee

View File

@@ -9,12 +9,12 @@ spec:
repoURL: https://github.com/DeveloperDurp/homelab.git repoURL: https://github.com/DeveloperDurp/homelab.git
targetRevision: main targetRevision: main
path: argocd path: argocd
directory:
recurse: true
destination: destination:
server: https://kubernetes.default.svc
namespace: argocd namespace: argocd
name: in-cluster
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
selfHeal: true selfHeal: true
syncOptions:
- CreateNamespace=true