bdoyle0182 commented on code in PR #5333:
URL: https://github.com/apache/openwhisk/pull/5333#discussion_r993693072
##########
ansible/roles/controller/tasks/deploy.yml:
##########
@@ -154,6 +154,7 @@
"CONFIG_whisk_info_date": "{{ whisk.version.date }}"
"CONFIG_whisk_info_buildNo": "{{ docker.image.tag }}"
+ "CONFIG_whisk_cluster_name": "{{ whisk.cluster_name | lower }}"
Review Comment:
Yea that makes sense just if you don't care about that you don't have to
define this right? If you did one deployment with no configuration it will be
whisk and then you could do a new deployment defining the config and then there
won't be any clash
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]