From 915b0bf29a8868afa48cc376ed05d767553affb2 Mon Sep 17 00:00:00 2001 From: Martin McCaffery Date: Wed, 17 Dec 2025 16:09:06 +0100 Subject: [PATCH] feat(docs): add docs stack for edp.buildth.ing, pointing to docs repo --- otc/edp.buildth.ing/registry/docs.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 otc/edp.buildth.ing/registry/docs.yaml diff --git a/otc/edp.buildth.ing/registry/docs.yaml b/otc/edp.buildth.ing/registry/docs.yaml new file mode 100644 index 0000000..1952502 --- /dev/null +++ b/otc/edp.buildth.ing/registry/docs.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: docs-reg + namespace: argocd + labels: + env: dev + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + name: in-cluster + namespace: argocd + source: + path: argocd-stack + repoURL: "https://edp.buildth.ing/DevFW-CICD/website-and-documentation" + targetRevision: HEAD + project: default + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true