Change default value for rbac.limit_to_namespace and functions.rbac.limit_to_namespace (#418)

This commit is contained in:
Lari Hotari 2024-01-17 01:02:07 -08:00 committed by GitHub
parent a8c7745b3e
commit 5d1275e71d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ volumes:
rbac: rbac:
enabled: false enabled: false
psp: false psp: false
limit_to_namespace: false limit_to_namespace: true
## AntiAffinity ## AntiAffinity
@ -842,7 +842,7 @@ functions:
# Default is false which deploys functions with ClusterRole and ClusterRoleBinding at the cluster level # 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 # Set to true to deploy functions with Role and RoleBinding inside the specified namespace
rbac: rbac:
limit_to_namespace: false limit_to_namespace: true
### Functions Worker service account ### Functions Worker service account
## templates/broker-service-account.yaml ## templates/broker-service-account.yaml
service_account: service_account: