longkai opened a new issue #146:
URL: https://github.com/apache/pulsar-helm-chart/issues/146
I see the release contains the commits which set the rbac from v1beta1 to v1.
```diff
```
However, if you install with helm or just download the tarball you can still
see v1beta1.
acjohnson opened a new issue #147:
URL: https://github.com/apache/pulsar-helm-chart/issues/147
**Is your feature request related to a problem? Please describe.**
We need to mount an internal ca certificate to the pods in order for HTTPS
calls to various internal services to succeed
acjohnson opened a new issue #148:
URL: https://github.com/apache/pulsar-helm-chart/issues/148
**Is your feature request related to a problem? Please describe.**
We would like to be able to run the `update-ca-certificates` command on
start-up of pods
**Describe the solution you'd
acjohnson opened a new pull request #149:
URL: https://github.com/apache/pulsar-helm-chart/pull/149
Fixes #147
### Motivation
This gives the helm chart user the ability to specify a secret or other type
of volume to be mounted into any of the statefulset pods
### Modificati
acjohnson opened a new pull request #150:
URL: https://github.com/apache/pulsar-helm-chart/pull/150
Fixes #148
### Motivation
Added a `additionalCommand` parameter for each statefulset so that the chart
user can optionally specific a custom command such as `update-ca-certificates