mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 19:43:12 +00:00
feat: Bump version to 0.1.5 in Chart.yaml and update log redirection in deployment.yaml
This commit is contained in:
@@ -34,7 +34,7 @@ spec:
|
||||
- |
|
||||
# Redirect HA log files to container stdout
|
||||
rm -f /config/home-assistant.log /config/home-assistant.log.1
|
||||
ln -sf /proc/1/fd/1 /config/home-assistant.log
|
||||
ln -sf /dev/stdout /config/home-assistant.log
|
||||
ln -sf /dev/null /config/home-assistant.log.1
|
||||
volumeMounts:
|
||||
- name: config
|
||||
|
||||
Reference in New Issue
Block a user