michaeljmarshall commented on code in PR #225:
URL: https://github.com/apache/pulsar-helm-chart/pull/225#discussion_r998786444
##########
charts/pulsar/values.yaml:
##########
@@ -652,6 +652,9 @@ pulsar_metadata:
# configurationStore:
configurationStoreMetadataPrefix: ""
configurationStorePort: 2181
+ ## optional you can specify a nodeSelector for all init jobs (pulsar-init &
bookkeeper-init)
+ # nodeSelector:
+ # cloud.google.com/gke-nodepool: default-pool
Review Comment:
Nit: I think it is valuable to add the key to the values file.
```suggestion
nodeSelector: {}
```
--
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]