summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-02-26 11:48:22 -0600
committerMayra Cabrera <mcabrera@gitlab.com>2018-02-26 12:55:50 -0600
commit0875a31275e547f6d0dd39902e2cfed2c8d502df (patch)
treec125e754e3487a7db02ca19172c959c31277518d
parent1041f5da8758a5e91b32656f53b6bcf1a3d03e68 (diff)
downloadgitlab-ce-43261-fix-prometheus-installation.tar.gz
Change RBAC value to false on Prometheus values.yml43261-fix-prometheus-installation
- This will allow to install Prometheus again without a problem Closes #43621
-rw-r--r--changelogs/unreleased/43261-fix-prometheus-installation.yml5
-rw-r--r--vendor/prometheus/values.yaml3
2 files changed, 8 insertions, 0 deletions
diff --git a/changelogs/unreleased/43261-fix-prometheus-installation.yml b/changelogs/unreleased/43261-fix-prometheus-installation.yml
new file mode 100644
index 00000000000..b5fc7980390
--- /dev/null
+++ b/changelogs/unreleased/43261-fix-prometheus-installation.yml
@@ -0,0 +1,5 @@
+---
+title: Allow Prometheus application to be installed from Cluster applications
+merge_request: 17372
+author:
+type: fixed
diff --git a/vendor/prometheus/values.yaml b/vendor/prometheus/values.yaml
index db967514be7..859f2ad82a4 100644
--- a/vendor/prometheus/values.yaml
+++ b/vendor/prometheus/values.yaml
@@ -10,6 +10,9 @@ nodeExporter:
pushgateway:
enabled: false
+rbac:
+ create: false
+
server:
image:
tag: v2.1.0