diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2019-11-14 15:03:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-14 15:03:17 +0000 |
commit | 7fd7493cdb4e5056763de07b7a5c7ee1432de79a (patch) | |
tree | 2d04f1702a2940b0e6a7b34a86aba6c3b60e916a /kubernetes/clamp/charts/mariadb/templates/deployment.yaml | |
parent | 78dcfeb2000e913e2d12132792e8b248125935b8 (diff) | |
parent | 4f27f2ee48da3e48ca8b1d64a0ee4a6ee944cbb1 (diff) |
Merge "Fix the deployment issue" into elalto
Diffstat (limited to 'kubernetes/clamp/charts/mariadb/templates/deployment.yaml')
-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 |