From: Sylvain Desbureaux Date: Thu, 14 Nov 2019 15:03:17 +0000 (+0000) Subject: Merge "Fix the deployment issue" into elalto X-Git-Tag: 5.0.2-ONAP~27 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7fd7493cdb4e5056763de07b7a5c7ee1432de79a;hp=78dcfeb2000e913e2d12132792e8b248125935b8;p=oom.git Merge "Fix the deployment issue" into elalto --- 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