Change(kube-prometheus): CRDs externalized

This commit is contained in:
nold 2022-05-16 16:14:30 +02:00
parent 9e1f3dc035
commit ded2942179

View file

@ -3,7 +3,7 @@ config:
apps:
- name: kube-prometheus-stack
repoURL: https://prometheus-community.github.io/helm-charts
repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack
targetRevision: 34.10.0
secrets:
@ -11,3 +11,15 @@ apps:
keys:
- admin-password
- admin-user
helm:
skipCrds: true
- name: kube-prometheus-crds
repoURL: https://github.com/prometheus-community/helm-charts.git
path: charts/kube-prometheus-stack/crds/
targetRevision: kube-prometheus-stack-34.10.0
directory:
recurse: true
syncPolicy:
syncOptions:
- Replace=true