This is an automated email from the ASF dual-hosted git repository.

shiminan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 03108c0e fix(helm): Fix volumeMounts config bug in mysql to vaoid data 
loss
03108c0e is described below

commit 03108c0efa93e99f8ed2485b34ce7ee086b106e2
Author: Shaohui Liu <[email protected]>
AuthorDate: Wed Oct 12 16:32:29 2022 +0800

    fix(helm): Fix volumeMounts config bug in mysql to vaoid data loss
    
    Fix volumeMounts config bug in mysql to vaoid data loss
---
 deployment/helm/templates/statefulsets.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/deployment/helm/templates/statefulsets.yaml 
b/deployment/helm/templates/statefulsets.yaml
index cbb68603..71f981a3 100644
--- a/deployment/helm/templates/statefulsets.yaml
+++ b/deployment/helm/templates/statefulsets.yaml
@@ -68,7 +68,6 @@ spec:
           volumeMounts:
             - mountPath: /var/lib/mysql
               name: {{ include "devlake.fullname" . }}-mysql-data
-          volumeMounts:
             {{- if ne .Values.option.localtime "" }}
             - name: {{ include "devlake.fullname" . }}-mysql-localtime
               mountPath: /etc/localtime

Reply via email to