andrewt-8x8 opened a new issue, #631: URL: https://github.com/apache/pulsar-helm-chart/issues/631
**Describe the bug** A change introduced by #544 breaks the Bookie init job's use of `.Values.pulsar_metadata.nodeSelector` and `.Values.pulsar_metadata.tolerations` Either these two blocks should be `if`, not `with`: - https://github.com/apache/pulsar-helm-chart/pull/544/files#diff-94510c33819ee0a4f2e83bec3b57ca948b9d3c050f5cd9384262a8eaa380d841R39 - https://github.com/apache/pulsar-helm-chart/pull/544/files#diff-94510c33819ee0a4f2e83bec3b57ca948b9d3c050f5cd9384262a8eaa380d841R43 Or you've neglected to make the corresponding change to the content of the blocks. Furthermore, this comment in `values.yaml` appears to be in the wrong place: https://github.com/apache/pulsar-helm-chart/blob/5aad65c28761c02842108fe2eadf701e59ab930d/charts/pulsar/values.yaml#L1034 **To Reproduce** 1. Try to deploy with `.Values.pulsar_metadata.nodeSelector` or `.Values.pulsar_metadata.tolerations` set. **Expected behavior** Node selectors and tolerations set on the Bookie init job's template spec. -- 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]
