mirror of
https://github.com/nold360/hive-apps
synced 2025-01-20 13:58:36 +00:00
Change(kube-prometheus): CRDs externalized
This commit is contained in:
parent
9e1f3dc035
commit
ded2942179
1 changed files with 13 additions and 1 deletions
|
@ -11,3 +11,15 @@ apps:
|
||||||
keys:
|
keys:
|
||||||
- admin-password
|
- admin-password
|
||||||
- admin-user
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue