| 123456789101112131415161718192021222324 |
- apiVersion: argoproj.io/v1alpha1
- kind: Application
- metadata:
- name: prometheus
- namespace: default
- finalizers:
- - resources-finalizer.argocd.argoproj.io
- spec:
- destination:
- server: https://kubernetes.default.svc
- namespace: default
- project: default
- source:
- chart: prometheus
- helm:
- values: |
- pushgateway:
- enabled: false
- repoURL: https://prometheus-community.github.io/helm-charts
- targetRevision: 13.0.2
- syncPolicy:
- automated:
- prune: true
- selfHeal: true
|