diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-02-07 15:07:04 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-07 14:07:04 +0000 |
commit | d8f3b8c97a44c06b6e3bd34b6ce1528e2c18be6d (patch) | |
tree | bf7e0b1d6da8170a53d631d6acd07de4bb2b6fe3 /kubernetes/robot | |
parent | 39180c61bcbd8785c84a1f9fd8ff30a6dc594e5d (diff) |
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 <k.opasiak@samsung.com>
Diffstat (limited to 'kubernetes/robot')
m--------- | kubernetes/robot | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/kubernetes/robot b/kubernetes/robot -Subproject 091f164a832479cb40ad6f5d7e4960269e75f87 +Subproject df719f4a3e63cff0d5d832945f0b8ba18230635 |