14 lines
327 B
YAML
14 lines
327 B
YAML
project: default
|
|
source:
|
|
repoURL: 'https://prometheus-community.github.io/helm-charts'
|
|
targetRevision: 30.2.0
|
|
chart: kube-prometheus-stack
|
|
destination:
|
|
server: 'https://kubernetes.default.svc'
|
|
namespace: monitoring
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|