From fd0f555e7a8dfc019369783fd09145a5e45bf83c Mon Sep 17 00:00:00 2001 From: Titus Vermesan Date: Tue, 1 Oct 2024 18:00:43 +0200 Subject: [PATCH] argocd apps.yaml --- 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..c3c6a56 --- /dev/null +++ b/argocd/apps.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: apps +spec: + project: default + source: + repoURL: 'git@192.168.4.101:innohub/k3s.git' + path: argocd/apps + targetRevision: main + directory: + recurse: true + exclude: '**/include/*' + jsonnet: {} + destination: + server: 'https://kubernetes.default.svc' + namespace: argocd + syncPolicy: + automated: + selfHeal: true + prune: true +