Skip to content

Commit

Permalink
Change default value for rbac.limit_to_namespace and functions.rbac.l…
Browse files Browse the repository at this point in the history
…imit_to_namespace (#418)
  • Loading branch information
lhotari authored Jan 17, 2024
1 parent a8c7745 commit 5d1275e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/pulsar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ volumes:
rbac:
enabled: false
psp: false
limit_to_namespace: false
limit_to_namespace: true


## AntiAffinity
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5d1275e

Please sign in to comment.