acjohnson commented on a change in pull request #150: URL: https://github.com/apache/pulsar-helm-chart/pull/150#discussion_r693293606
########## File path: charts/pulsar/templates/bookkeeper-statefulset.yaml ########## @@ -162,6 +162,9 @@ spec: command: ["sh", "-c"] args: - > + {{- if .Values.bookkeeper.additionalCommand }} + {{ .Values.bookkeeper.additionalCommand }} + {{- end }} Review comment: Yes it renders properly for me @michaeljmarshall. I'm running Helm v3.6.3 ```shell # helm version --short v3.6.3+gd506314 # helm template pulsar/ | tail # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # # deploy zookeeper only when `components.zookeeper` is true # define the storage class for data directory # echo $? 0 ``` -- 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