From 5d1275e71dda62114322d168aa7f91fdb40a143a Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Wed, 17 Jan 2024 01:02:07 -0800 Subject: [PATCH] Change default value for rbac.limit_to_namespace and functions.rbac.limit_to_namespace (#418) --- 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: