daniel-hutao commented on code in PR #86:
URL:
https://github.com/apache/incubator-devlake-helm-chart/pull/86#discussion_r1134831864
##########
charts/devlake/templates/grafana/deployment.yaml:
##########
@@ -82,76 +78,10 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- {{- if ne .Values.option.localtime "" }}
- name: {{ include "devlake.fullname" . }}-grafana-localtime
hostPath:
- path: {{ .Values.option.localtime }}
+ path: /etc/localtime
Review Comment:
@matrixji Great advice, I will work on it.
--
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]