From: sebdet Date: Thu, 14 Nov 2019 12:40:29 +0000 (+0100) Subject: Fix the deployment issue X-Git-Tag: 5.0.2-ONAP~27^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F98409%2F1;p=oom.git Fix the deployment issue Fix the deployment issue of the Clamp database, element in the database are not loaded properly. Issue-ID: CLAMP-551 Change-Id: I1594f467cff45e8f9ce4e5a753ba0c3f3503fbe4 Signed-off-by: sebdet --- diff --git a/kubernetes/clamp/charts/mariadb/templates/deployment.yaml b/kubernetes/clamp/charts/mariadb/templates/deployment.yaml index 47d37bd401..f14e512d20 100644 --- a/kubernetes/clamp/charts/mariadb/templates/deployment.yaml +++ b/kubernetes/clamp/charts/mariadb/templates/deployment.yaml @@ -58,9 +58,9 @@ spec: name: {{ template "common.fullname" . }} key: db-root-password volumeMounts: - - mountPath: /docker-entrypoint-initdb.d/load-sql-files-tests-automation.sh + - mountPath: /docker-entrypoint-initdb.d/bootstrap-database.sh name: docker-entrypoint-initdb - subPath: load-sql-files-tests-automation.sh + subPath: bootstrap-database.sh - mountPath: /etc/localtime name: localtime readOnly: true