apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: victoria-metrics-operator namespace: argocd annotations: argocd.argoproj.io/sync-wave: "-1" spec: project: default destination: namespace: victoria-metrics server: https://kubernetes.default.svc sources: - repoURL: https://victoriametrics.github.io/helm-charts/ chart: victoria-metrics-operator targetRevision: 0.62.1 helm: valueFiles: - $values/victoria-metrics-operator/eu-central-1/values.yaml - repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git targetRevision: main ref: values syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true retry: limit: 3 backoff: duration: 10s factor: 2 maxDuration: 1m