cckellogg commented on a change in pull request #4255: [deploy] Provide a flag
to choose the container factory to use to run functions
URL: https://github.com/apache/pulsar/pull/4255#discussion_r282910074
##########
File path: docker/pulsar/scripts/gen-yml-from-env.py
##########
@@ -75,6 +75,19 @@
conf_to_modify = conf_to_modify[key_part]
modified = True
i += 1
+
+ containerFactory=os.environ['PF_containerFactory']
Review comment:
What about this `os.environ.get('PF_containerFactory', None)`? The current
way will throw an exception if the key does not exist and the script will fail
and not update the file.
----------------------------------------------------------------
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