operators/argocd-apps-operators/prometheus-operator.yaml

24 lines
539 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prometheus-operator
namespace: argocd
spec:
project: operators
source:
repoURL: https://git.dvirlabs.com/dvirlabs/operators.git
path: charts/prometheus-operator
targetRevision: master
helm:
releaseName: prometheus-operator
skipCrds: true
destination:
server: https://kubernetes.default.svc
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true