diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2018-02-26 11:48:22 -0600 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2018-02-26 12:55:50 -0600 |
commit | 0875a31275e547f6d0dd39902e2cfed2c8d502df (patch) | |
tree | c125e754e3487a7db02ca19172c959c31277518d /vendor | |
parent | 1041f5da8758a5e91b32656f53b6bcf1a3d03e68 (diff) | |
download | gitlab-ce-0875a31275e547f6d0dd39902e2cfed2c8d502df.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
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/prometheus/values.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |