feat(docs): add docs stack for edp.buildth.ing, pointing to docs repo

This commit is contained in:
Martin McCaffery 2025-12-17 16:09:06 +01:00
parent 74ec197a43
commit 915b0bf29a
Signed by: martin.mccaffery
GPG key ID: 7C4D0F375BCEE533

View file

@ -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