apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: knoe-db namespace: argocd spec: project: default source: repoURL: git@github.com:dredx/knoe.git targetRevision: main path: deploy/opentofu/k3s/manifests/db destination: server: https://myrddin.knoe.org:6443 namespace: knoe-db syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true