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 ignoreDifferences: - group: '' jsonPointers: - /data kind: Secret name: umami-secrets namespace: umami 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