diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-11-14 13:40:29 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-11-14 13:40:29 +0100 |
commit | 4f27f2ee48da3e48ca8b1d64a0ee4a6ee944cbb1 (patch) | |
tree | d0c53e3acbdc8ef893f55d00aa80d0189afb9eb4 /kubernetes | |
parent | b7954c433023494c4be2779e6bbe15b55e5abd2b (diff) |
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 <sebastien.determe@intl.att.com>
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/clamp/charts/mariadb/templates/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |