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>
                   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