From 5f6518429626bb9028627bd2ca7670f378b6dff4 Mon Sep 17 00:00:00 2001 From: Jay Phillips Date: Thu, 18 Jun 2026 18:39:07 +0000 Subject: [PATCH] Add BookStack ArgoCD application --- apps/bookstack/application.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 apps/bookstack/application.yaml diff --git a/apps/bookstack/application.yaml b/apps/bookstack/application.yaml new file mode 100644 index 0000000..3fbe622 --- /dev/null +++ b/apps/bookstack/application.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: bookstack + namespace: argocd +spec: + project: default + + source: + repoURL: http://git.home.lan/jay/k8s-gitops.git + targetRevision: main + path: apps/bookstack + + destination: + server: https://kubernetes.default.svc + namespace: bookstack + + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true