summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-05-11 17:45:31 +0000
committerGerrit Code Review <gerrit@onap.org>2021-05-11 17:45:31 +0000
commitfd9c202816c479e98edde2f3f92625825141013e (patch)
tree9dc5148b0ae41ef1b22e78d3ad81f7afbf374c86
parentf2c596ce55a2fa00280052d2924d69ffdccbcb71 (diff)
parente9c7c96c9099c2834d41bcf3f79e53fcf0de0bc4 (diff)
Merge "[COMMON] Update _mariadb.tpl to use the proper db"
-rw-r--r--kubernetes/common/common/templates/_mariadb.tpl2
1 files changed, 1 insertions, 1 deletions
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 -}}