This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new ff48bfa Fix volume mounting issue in MySQL image (FINERACT-1294)
ff48bfa is described below
commit ff48bfab7935127ab556f664a11985c73b04c5e4
Author: BLasan <[email protected]>
AuthorDate: Sat Jan 16 19:29:07 2021 +0530
Fix volume mounting issue in MySQL image (FINERACT-1294)
---
kubernetes/fineractmysql-deployment.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/kubernetes/fineractmysql-deployment.yml
b/kubernetes/fineractmysql-deployment.yml
index 75f3fd8..e521ff4 100644
--- a/kubernetes/fineractmysql-deployment.yml
+++ b/kubernetes/fineractmysql-deployment.yml
@@ -107,14 +107,14 @@ spec:
- containerPort: 3306
name: fineractmysql
volumeMounts:
- - name: fineractmysql-persistent-storage
- mountPath: /var/lib/mysql/
- name: fineractmysql-initdb
mountPath: /docker-entrypoint-initdb.d/
+ - name: fineractmysql-persistent-storage
+ mountPath: /var/lib/mysql/
volumes:
- - name: fineractmysql-persistent-storage
- persistentVolumeClaim:
- claimName: fineractmysql-pv-claim
- name: fineractmysql-initdb
configMap:
name: fineractmysql-initdb
+ - name: fineractmysql-persistent-storage
+ persistentVolumeClaim:
+ claimName: fineractmysql-pv-claim