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