Change RBAC value to false on Prometheus values.yml
- This will allow to install Prometheus again without a problem Closes #43621
This commit is contained in:
parent
1041f5da87
commit
0875a31275
2 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Allow Prometheus application to be installed from Cluster applications
|
||||
merge_request: 17372
|
||||
author:
|
||||
type: fixed
|
3
vendor/prometheus/values.yaml
vendored
3
vendor/prometheus/values.yaml
vendored
|
@ -10,6 +10,9 @@ nodeExporter:
|
|||
pushgateway:
|
||||
enabled: false
|
||||
|
||||
rbac:
|
||||
create: false
|
||||
|
||||
server:
|
||||
image:
|
||||
tag: v2.1.0
|
||||
|
|
Loading…
Reference in a new issue