summaryrefslogtreecommitdiffstats
path: root/kubernetes/clamp/charts/mariadb/templates/deployment.yaml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-03-25 09:19:34 -0700
committerSébastien Determe <sebastien.determe@intl.att.com>2020-03-30 19:07:08 +0000
commit93b4fd477cb834af30051b86cb764c96d218290e (patch)
tree963b09b35a80168798deae0eee5fa87c84e4038e /kubernetes/clamp/charts/mariadb/templates/deployment.yaml
parente0c3fc48aa7d6000502ed6c83b6c3a3e63572619 (diff)
Update CLAMP deployment for Frankfurt release (RC0)
Update the SQL and settings of Clamp + set the docker image to current release Issue-ID: CLAMP-795 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Idaa4935516237221c90c4cf9141136fa1e104a02
Diffstat (limited to 'kubernetes/clamp/charts/mariadb/templates/deployment.yaml')
-rw-r--r--kubernetes/clamp/charts/mariadb/templates/deployment.yaml9
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