andresgaragiola opened a new issue #6292: The script *apply-config-from-env.py* 
doesn't modify existent settings
URL: https://github.com/apache/pulsar/issues/6292
 
 
   **Describe the bug**
   The script *apply-config-from-env.py* should update the settings in the 
configuration files base on the environment variables with prefix 
*PULSAR_PREFIX_*. The script should modify the files by adding a line at the 
end of them if the setting is not already present or by overriding the line 
with the setting if it is already in the file.
   
   **To Reproduce**
   
   Follow the steps detailed here 
[here](http://pulsar.apache.org/docs/en/deploy-kubernetes/)
   
   **Expected behavior**
   
   The K8 cluster should be configured with _zkServers=zookeeper_ instead of 
the default value _zkServers=localhost:2181_.
   
   **Desktop (please complete the following information):**
    - OS: Ubuntu
    - Minikube
    - K8 1.14.1
   

----------------------------------------------------------------
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

Reply via email to