frankjkelly opened a new pull request #224: URL: https://github.com/apache/pulsar-helm-chart/pull/224
…me name deployed in different K8S namespaces in the same cluster. (PodSecurityPolicy is a cluster-level-resource so we are creating new PSPs by appending the pulsar namespace) Fixes #<xyz> ### Motivation * We want to be able to deploy multiple Pulsar clusters in different K8S namespaces but having the same helm release name. ### Modifications * PodSecurityPolicies are cluster-wide so to avoid clashing we need to distinguish each Pulsar Cluster PSP somehow so we appended the `pulsar.namespace` value * For backwards compatiblity we keyed off of `rbac.limit_to_namespace` which by default is `false` https://github.com/apache/pulsar-helm-chart/blob/master/charts/pulsar/values.yaml#L93 ### Verifying this change - [ ] Make sure that the change passes the CI checks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org