From 0effbce5cf17812474549ec229c7d38570acacc4 Mon Sep 17 00:00:00 2001 From: Martin McCaffery Date: Thu, 29 Jan 2026 10:49:43 +0100 Subject: [PATCH] Add docs registry --- template/registry/docs.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 template/registry/docs.yaml diff --git a/template/registry/docs.yaml b/template/registry/docs.yaml new file mode 100644 index 0000000..9d88777 --- /dev/null +++ b/template/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