almogtavor commented on issue #661: URL: https://github.com/apache/solr-operator/issues/661#issuecomment-1832670314
@HoustonPutman I also think that it would be nice and actually I think it's quite common. I've found this [article](https://austindewey.com/2021/02/22/using-the-helm-tpl-function-to-refer-values-in-values-files/) that helps with this issue. In this example, the tpl function is used in the Helm chart templates to allow for dynamic referencing of values. Useful for scenarios where you want to deploy multiple instances of an application (like multiple Solr clusters). This example aligns with this scenario where we want to dynamically set the configmap name for deploying multiple Solr clusters. To show the need for the feature in general I'm referring you to a [SO question](https://stackoverflow.com/questions/69443335/how-to-pass-helm-values-dynamically#:~:text=I%20am%20trying%20to%20access,of%20my%20deployment%20file) the requests the same. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org