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