Merge "[OOM] Disable VID"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 15 Mar 2022 13:42:17 +0000 (13:42 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 15 Mar 2022 13:42:17 +0000 (13:42 +0000)
kubernetes/common/mariadb-galera/templates/statefulset.yaml

index bb3af76..22832c9 100644 (file)
@@ -78,7 +78,7 @@ spec:
             - -ec
             - |
                 {{- if (not (empty (.Values.galera.bootstrap.bootstrapFromNode | quote)))}}
-                {{- $fullname := include "common.names.fullname" . }}
+                {{- $fullname := include "common.fullname" . }}
                 {{- $bootstrapFromNode := int .Values.galera.bootstrap.bootstrapFromNode }}
                 # Bootstrap from the indicated node
                 NODE_ID="${MY_POD_NAME#"{{ $fullname }}-"}"