Skip to content

Commit defd16f

Browse files
committed
fixing localtime
1 parent 1dcf1d7 commit defd16f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- name: rsyslog-state-dir
2828
mountPath: /var/lib/rsyslog
2929
- name: host-timezone
30-
mountPath: /etc/timezone
30+
mountPath: /etc/localtime
3131
volumes:
3232
- name: host-container-logs-k8s
3333
hostPath:
@@ -40,4 +40,4 @@ spec:
4040
path: /var/lib/rsyslog
4141
- name: host-timezone
4242
hostPath:
43-
path: /etc/timezone
43+
path: /etc/localtime

0 commit comments

Comments
 (0)