From ad7c774f02819780cf73938492fbe5bfc121c55c Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Thu, 21 Dec 2023 22:36:00 +0200 Subject: [PATCH] Change default value for rbac.limit_to_namespace and functions.rbac.limit_to_namespace --- charts/pulsar/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml index 167b4c64..6cac5a57 100644 --- a/charts/pulsar/values.yaml +++ b/charts/pulsar/values.yaml @@ -90,7 +90,7 @@ volumes: rbac: enabled: false psp: false - limit_to_namespace: false + limit_to_namespace: true ## AntiAffinity @@ -842,7 +842,7 @@ functions: # Default is false which deploys functions with ClusterRole and ClusterRoleBinding at the cluster level # Set to true to deploy functions with Role and RoleBinding inside the specified namespace rbac: - limit_to_namespace: false + limit_to_namespace: true ### Functions Worker service account ## templates/broker-service-account.yaml service_account: