mirror of
https://github.com/nold360/hive-apps
synced 2024-11-20 04:29:26 +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
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue