apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: ghost-en namespace: argocd spec: project: default source: repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests targetRevision: HEAD path: ghost-en destination: server: https://kubernetes.default.svc namespace: ghost-en syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - RespectIgnoreDifferences=true