From ec81c3408627bf894446419edce732fa73ea94b7 Mon Sep 17 00:00:00 2001 From: rasmus <rasmus@k-space.ee> Date: Sun, 20 Apr 2025 19:07:39 +0300 Subject: [PATCH] ripe87 to argo --- argocd/applications/ripe87.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 argocd/applications/ripe87.yaml diff --git a/argocd/applications/ripe87.yaml b/argocd/applications/ripe87.yaml new file mode 100644 index 0000000..bfc77fa --- /dev/null +++ b/argocd/applications/ripe87.yaml @@ -0,0 +1,20 @@ +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: ripe87 + namespace: argocd +spec: + project: k-space.ee + source: + repoURL: 'git@git.k-space.ee:k-space/kube.git' + path: ripe87 + targetRevision: HEAD + destination: + server: 'https://kubernetes.default.svc' + namespace: ripe87 + syncPolicy: + automated: + prune: true + syncOptions: + - CreateNamespace=true