From: Krzysztof Opasiak Date: Tue, 11 May 2021 17:45:31 +0000 (+0000) Subject: Merge "[COMMON] Update _mariadb.tpl to use the proper db" X-Git-Tag: 9.0.0~266 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fd9c202816c479e98edde2f3f92625825141013e;hp=f2c596ce55a2fa00280052d2924d69ffdccbcb71;p=oom.git Merge "[COMMON] Update _mariadb.tpl to use the proper db" --- diff --git a/kubernetes/common/common/templates/_mariadb.tpl b/kubernetes/common/common/templates/_mariadb.tpl index 1be3e3b790..5021c500b0 100644 --- a/kubernetes/common/common/templates/_mariadb.tpl +++ b/kubernetes/common/common/templates/_mariadb.tpl @@ -63,7 +63,7 @@ */}} {{- define "common.mariadbService" -}} {{- if .Values.global.mariadbGalera.localCluster -}} - {{- index .Values "mariadb-galera" "service" "name" -}} + {{- index .Values "mariadb-galera" "nameOverride" -}} {{- else -}} {{- .Values.global.mariadbGalera.service -}} {{- end -}}