BigW Consortium Gitlab

Commit 9f121081 by Kamil Trzciński Committed by Mayra Cabrera

Merge branch '46286-fix-ingress-rbac-default-value' into 'master'

Disable RBAC on Ingress by default Closes #46286 See merge request gitlab-org/gitlab-ce!18947
parent d8d10b29
---
title: Disables RBAC on nginx-ingress
merge_request: 18947
author:
type: fixed
......@@ -7,3 +7,8 @@ controller:
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"
rbac:
create: false
createRole: false
createClusterRole: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment