From d079b8e3d6728cdffc6b9134b44ccaa1d841cad4 Mon Sep 17 00:00:00 2001 From: titver968 Date: Thu, 19 Jun 2025 15:12:17 +0200 Subject: [PATCH] apps-dev.yaml --- argocd/apps-dev.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 argocd/apps-dev.yaml diff --git a/argocd/apps-dev.yaml b/argocd/apps-dev.yaml new file mode 100644 index 0000000..890befe --- /dev/null +++ b/argocd/apps-dev.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: apps-dev +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://192.168.4.202:6443'' + namespace: argocd + syncPolicy: + automated: + selfHeal: true + prune: true +