att-comdev / promenade

This project has moved to OpenStack.
https://www.airshipit.org/
Apache License 2.0
11 stars 15 forks source link

Wrong values in armada chart in examples/complete/aramda-resources.yaml #53

Closed hemanthnakkina-zz closed 6 years ago

hemanthnakkina-zz commented 6 years ago

In example/complete/armada-resources.yaml, Armada chart manifest uses wrong manifest key for tiller service which results in creation of tiller service in ucp namespace. Manifest key used is service_tiller instead of service_tiller_deploy.

Also the default tiller namespace need to be modified in armada configuration since the tiller is deployed in kube-system namespace ( with the recent changes done as part of https://github.com/att-comdev/promenade/commit/fb55fe940a6f1f01c14797078c73164c293f395c )