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