From d8f3b8c97a44c06b6e3bd34b6ce1528e2c18be6d Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Fri, 7 Feb 2020 15:07:04 +0100 Subject: Update git submodules * Update kubernetes/robot from branch 'master' to df719f4a3e63cff0d5d832945f0b8ba18230635c - [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 Change-Id: I3384bf30c663764339b0b41527ca4eb7168f0d49 Signed-off-by: Krzysztof Opasiak --- kubernetes/robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/robot b/kubernetes/robot index 091f164a83..df719f4a3e 160000 --- a/kubernetes/robot +++ b/kubernetes/robot @@ -1 +1 @@ -Subproject commit 091f164a832479cb40ad6f5d7e4960269e75f87f +Subproject commit df719f4a3e63cff0d5d832945f0b8ba18230635c -- cgit 1.2.3-korg