diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-03-31 05:56:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-31 05:56:16 +0000 |
commit | 62b927f8ac6b15387ec9828cccb51bef67298b5a (patch) | |
tree | 64accb1879c6b08a0ef9f8708933cd41c5c9f009 /kubernetes/clamp/charts/mariadb/templates/deployment.yaml | |
parent | 1b6875ac94561f437050b8b33328e9c9720f1a57 (diff) | |
parent | 93b4fd477cb834af30051b86cb764c96d218290e (diff) |
Merge "Update CLAMP deployment for Frankfurt release (RC0)"
Diffstat (limited to 'kubernetes/clamp/charts/mariadb/templates/deployment.yaml')
-rw-r--r-- | kubernetes/clamp/charts/mariadb/templates/deployment.yaml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/kubernetes/clamp/charts/mariadb/templates/deployment.yaml b/kubernetes/clamp/charts/mariadb/templates/deployment.yaml index 490ff18522..be46f89433 100644 --- a/kubernetes/clamp/charts/mariadb/templates/deployment.yaml +++ b/kubernetes/clamp/charts/mariadb/templates/deployment.yaml @@ -58,14 +58,12 @@ 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 - - mountPath: /docker-entrypoint-initdb.d/drop/ - name: docker-entrypoint-clds-drop - mountPath: /docker-entrypoint-initdb.d/bulkload/ name: docker-entrypoint-bulkload - mountPath: /etc/mysql/conf.d/conf1/ @@ -93,9 +91,6 @@ spec: - name: docker-entrypoint-initdb configMap: name: clamp-entrypoint-initdb-configmap - - name: docker-entrypoint-clds-drop - configMap: - name: clamp-entrypoint-drop-configmap - name: docker-entrypoint-bulkload configMap: name: clamp-entrypoint-bulkload-configmap |