Hi All,
We are trying to install a bus service to cloudux 2019.2. The service was cerated in App Creator Tool in VS Code with [email protected]. After uploading the feature pack to the server we execute commands
avidctl feature-pack import service.zip
and
avidctl feature install --feature avid-releases/service --name service --version=1
The second command fails with
Error: render error in "service/templates/deployment.yaml": template: service/templates/deployment.yaml:19:28: executing "service/templates/deployment.yaml" at <include (print $.Tem...>: error calling include: template: service/templates/config.yaml:13:13: executing "service/templates/config.yaml" at <.Values. service .env>: can't evaluate field env in type interface {}
exit status 1
Do you know where can be the problem? Installing other a UI App with the same commands is working, the problem is only with bus services.
Thanks and Best Regards
BTW. The App Creator Tool stopped working with the newest version of VS Code on macOS and windows also.
Hi Mate,
I'd recommend to try with a basic sample service and see if that works for you. If this is something in your actual service I'd need the feature pack for investigation. It may be an offending environment variable or something else.
Thanks for letting us know about VS Code breaking changes, will look into it.
Hello Vadym,
Thank you for your answer. The problem was that our service had not had a configuration yaml file. Even if the file and env variables in it are not used by our service, the file must exist and contain some basic keys.
Best Regards
© Copyright 2011 Avid Technology, Inc. Terms of Use | Privacy Policy | Site Map | Find a Reseller