Files
k8s-gitops/apps/bookstack/application.yaml
T
2026-06-18 18:39:07 +00:00

24 lines
436 B
YAML

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