michaeljmarshall commented on a change in pull request #150:
URL: https://github.com/apache/pulsar-helm-chart/pull/150#discussion_r697152552
##########
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:
I tested this properly, and I can see that it works. Thanks for
confirming things on your end, @acjohnson.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]