From bd4ed21e259f0e70dc52c9bfb24276bbb8dbfe54 Mon Sep 17 00:00:00 2001 From: rasmus Date: Tue, 6 Jan 2026 03:23:30 +0200 Subject: [PATCH] track elastic-system with argo --- argocd/applications/elastic-system.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 argocd/applications/elastic-system.yaml diff --git a/argocd/applications/elastic-system.yaml b/argocd/applications/elastic-system.yaml new file mode 100644 index 0000000..3ea25ea --- /dev/null +++ b/argocd/applications/elastic-system.yaml @@ -0,0 +1,20 @@ +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: elastic-system + namespace: argocd +spec: + project: k-space.ee + source: + repoURL: 'git@git.k-space.ee:k-space/kube.git' + path: elastic-system + targetRevision: HEAD + destination: + server: 'https://kubernetes.default.svc' + namespace: elastic-system + syncPolicy: + # automated: + # prune: true + syncOptions: + - CreateNamespace=true