michaeljmarshall commented on a change in pull request #150: URL: https://github.com/apache/pulsar-helm-chart/pull/150#discussion_r693247604
########## 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: Did you verify that this renders properly using `helm template`? I copied this into my repo and seem to be getting an error. -- 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