Changes Ingress RBAC value to be false as default

It was changed to be true on c60086ec0b

Closes #46286
This commit is contained in:
Mayra Cabrera 2018-05-14 10:23:05 -05:00
parent f805546f98
commit 2111b0e196
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
title: Disables RBAC on nginx-ingress
merge_request: 18947
author:
type: fixed

View File

@ -7,3 +7,8 @@ controller:
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"
rbac:
create: false
createRole: false
createClusterRole: false