commit | 137d7ccd2597a6492e926818eebab2f6067fb382 | [log] [tgz] |
---|---|---|
author | Krzysztof Opasiak <k.opasiak@samsung.com> | Fri Jan 24 23:49:11 2020 +0100 |
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | Sat Feb 01 00:10:01 2020 +0100 |
tree | 75aab2669ecb57a7008c7156fded0678e6ea9fba | |
parent | 03b1009c7b791ea3252237f79367ff0501460f16 [diff] |
[ONAP-wide] Replace .Release.Name with common.release ONAP is too big to be deployed using helm install so we need to use a custom helm plugin helm deploy. This script deloys onap component by component instead of deploying evrything at once. Unfortunately this script also modifies the helm release by appending component name to it. As a result of this behavior our objects are called for example: onap-mariadb-galera-mariadb-galera-0 instead of just being called onap-mariadb-galera-0. This patch simplifies this naming convention by replacing all direct usages of .Release.Name with common.release macro which strips the component specific part from the release name. Issue-ID: OOM-2275 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183