klesh commented on code in PR #86:
URL:
https://github.com/apache/incubator-devlake-helm-chart/pull/86#discussion_r1134756285
##########
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:
I agree, besides, the `/etc/localtime` from the host may not be the one
wanted by our users.
--
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]