From d2cce953a1617ca2aa4025f3be97895b12cab193 Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Tue, 6 May 2025 16:35:20 +0200 Subject: [PATCH] feat: :building_construction: Add otc stack --- template/registry/otc.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 template/registry/otc.yaml diff --git a/template/registry/otc.yaml b/template/registry/otc.yaml new file mode 100644 index 0000000..8002de1 --- /dev/null +++ b/template/registry/otc.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: otc + namespace: argocd + labels: + env: dev + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + name: in-cluster + namespace: argocd + source: + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/otc" + repoURL: "https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}" + targetRevision: HEAD + project: default + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true