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:
Mayra Cabrera 2018-02-26 11:48:22 -06:00
parent 1041f5da87
commit 0875a31275
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
title: Allow Prometheus application to be installed from Cluster applications
merge_request: 17372
author:
type: fixed

View file

@ -10,6 +10,9 @@ nodeExporter:
pushgateway:
enabled: false
rbac:
create: false
server:
image:
tag: v2.1.0