[GitHub] [pulsar-helm-chart] longkai opened a new issue #146: The latest chart 2.7.2 does not include the commits

2021-08-16 Thread GitBox
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.

[GitHub] [pulsar-helm-chart] acjohnson opened a new issue #147: Add ability to mount secret file to statefulset pods

2021-08-16 Thread GitBox
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

[GitHub] [pulsar-helm-chart] acjohnson opened a new issue #148: Add the ability to specify a custom command to the start up process of statefulset pods

2021-08-16 Thread GitBox
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

[GitHub] [pulsar-helm-chart] acjohnson opened a new pull request #149: added extraVolumes and extraVolumeMounts

2021-08-16 Thread GitBox
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

[GitHub] [pulsar-helm-chart] acjohnson opened a new pull request #150: added additionalCommand parameter

2021-08-16 Thread GitBox
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