# argocd-apps/prometheus.yaml apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: prometheus namespace: argocd spec: project: observability source: repoURL: 'https://git.dvirlabs.com/dvirlabs/observability-stack.git' targetRevision: HEAD path: charts/prometheus helm: valueFiles: - ../../manifests/prometheus/values.yaml destination: server: https://kubernetes.default.svc namespace: monitoring syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true