Merge branch '43261-fix-prometheus-installation' into 'master'

Disable RBAC on Prometheus values.yml

Closes #43621

See merge request gitlab-org/gitlab-ce!17372
This commit is contained in:
Kamil Trzciński 2018-02-27 09:49:59 +00:00
commit 214e601a9f
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