konstantin-palikarsky opened a new issue, #743: URL: https://github.com/apache/openwhisk-deploy-kube/issues/743
Hi, I wasn't sure if opening an issue for such a bug requires more extensive logs, If it does I will add them. What the issue is: The file runtimes.json in the helm/openwhisk folder is not valid JSON. How to reproduce: Just plug it into any JSON validator e.g:https://jsonlint.com/ . Alternatively attempt to deploy openwhisk using ./helm/openwhisk and check the owdev-controller-0 pod's logs after it errors out. Suggested fix: Deleting the comma on line 44 allowed me to deploy openwhisk correctly. -- 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]
