fantapsody opened a new pull request #6579: [docker] Do not apply env values to pulsar_env.sh and bkenv.sh implicitly URL: https://github.com/apache/pulsar/pull/6579 ### Motivation The script `apply-config-from-env.py` always applies env config to env scripts. However, with the changes from https://github.com/apache/pulsar/pull/4105 and https://github.com/apache/pulsar/pull/5892, it seems there is no need to do so anymore. On the other hand, it will interfere with the bash variable replacement mechanisms by replacing the values in scripts directly. ### Modifications Remove `['conf/pulsar_env.sh', 'conf/bkenv.sh']` from `conf_files`.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
