BrookeKatalon commented on code in PR #136:
URL:
https://github.com/apache/incubator-devlake-helm-chart/pull/136#discussion_r1202786640
##########
charts/devlake/templates/statefulsets.yaml:
##########
@@ -86,11 +86,11 @@ spec:
volumeMounts:
- mountPath: /var/lib/mysql
name: {{ include "devlake.fullname" . }}-mysql-data
- {{- if ne .Values.option.localtime "" }}
- - name: {{ include "devlake.fullname" . }}-mysql-localtime
- mountPath: /etc/localtime
- readOnly: true
- {{- end }}
+ # {{- if ne .Values.option.localtime "" }}
+ # - name: {{ include "devlake.fullname" . }}-mysql-localtime
+ # mountPath: /etc/localtime
+ # readOnly: true
+ # {{- end }}
Review Comment:
nvm - in the values.yaml obviously
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]