Commit 2111b0e1 authored by Mayra Cabrera's avatar Mayra Cabrera

Changes Ingress RBAC value to be false as default

It was changed to be true on https://github.com/kubernetes/charts/commit/c60086ec0b260996281d337d67f2361f826f7029

Closes #46286
parent f805546f
---
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