Fix the deployment issue 09/98409/1
authorsebdet <sebastien.determe@intl.att.com>
Thu, 14 Nov 2019 12:40:29 +0000 (13:40 +0100)
committersebdet <sebastien.determe@intl.att.com>
Thu, 14 Nov 2019 12:40:29 +0000 (13:40 +0100)
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 <sebastien.determe@intl.att.com>
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