This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d1275e  Change default value for rbac.limit_to_namespace and 
functions.rbac.limit_to_namespace (#418)
5d1275e is described below

commit 5d1275e71dda62114322d168aa7f91fdb40a143a
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Jan 17 01:02:07 2024 -0800

    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 167b4c6..6cac5a5 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:

Reply via email to