You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/15 03:53:37 UTC

[GitHub] [pulsar] srkukarni commented on a change in pull request #3827: Expand add env functionality to add variables if not present

srkukarni commented on a change in pull request #3827: Expand add env functionality to add variables if not present
URL: https://github.com/apache/pulsar/pull/3827#discussion_r265842807
 
 

 ##########
 File path: docker/pulsar/scripts/apply-config-from-env.py
 ##########
 @@ -34,6 +34,9 @@
 # Always apply env config to env scripts as well
 conf_files = ['conf/pulsar_env.sh', 'conf/bkenv.sh'] + sys.argv[1:]
 
+PF_ENV_PREFIX = 'INS_'
 
 Review comment:
   changed

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services