From c15d3c23a2be5ad5bad9e2fa437b24c257c02709 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 4 Jan 2023 22:25:51 +0000 Subject: [PATCH] add apps --- argocd/apps.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 argocd/apps.yaml diff --git a/argocd/apps.yaml b/argocd/apps.yaml new file mode 100644 index 0000000..c9c4e2d --- /dev/null +++ b/argocd/apps.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: argocd + namespace: argocd +spec: + project: default + source: + repoURL: https://github.com/DeveloperDurp/homelab.git + targetRevision: main + path: argocd + directory: + recurse: true + destination: + namespace: argocd + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true \ No newline at end of file