datastax / pulsar-helm-chart

Apache Pulsar Helm chart
Apache License 2.0
46 stars 38 forks source link

added env and envFrom for initContainers #286

Closed acjohnson closed 1 year ago

acjohnson commented 1 year ago

env and envFrom were missing when running custom initContainers for proxy, broker, brokerSts and function deployments/statefulsets.

This adds those values, also I noticed initContainer.args is definied in the templates but was missing in values.yaml

acjohnson commented 1 year ago

apologies, not sure what's with all the trailing spaces :sweat_smile:

michaeljmarshall commented 1 year ago

No worries, I didn't realize trailing spaces in comments would fail the linter.