Merge "Fix the deployment issue" into elalto
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 14 Nov 2019 15:03:17 +0000 (15:03 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 14 Nov 2019 15:03:17 +0000 (15:03 +0000)
kubernetes/clamp/charts/mariadb/templates/deployment.yaml

index 47d37bd..f14e512 100644 (file)
@@ -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