apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: victoria-metrics namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" spec: project: default destination: namespace: victoria-metrics server: https://kubernetes.default.svc sources: - repoURL: https://victoriametrics.github.io/helm-charts/ chart: victoria-metrics-k8s-stack targetRevision: 0.76.0 helm: releaseName: vm valueFiles: - $values/victoria-metrics/eu-central-1/vm-stack-values.yaml - repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git targetRevision: main ref: values ignoreDifferences: - group: "" kind: Secret name: vm-grafana jsonPointers: - /data - group: apps kind: Deployment name: vm-grafana jqPathExpressions: - .spec.template.metadata.annotations."checksum/secret" syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true - SkipDryRunOnMissingResource=true - RespectIgnoreDifferences=true retry: limit: 5 backoff: duration: 30s factor: 2 maxDuration: 5m