fix(zigbee2mqtt): fix quote mark (#9127)

This commit is contained in:
Stavros Kois
2023-05-24 19:31:07 +03:00
committed by GitHub
parent 1937d1564a
commit 1d0806eed3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ name: zigbee2mqtt
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt
- https://github.com/Koenkk/zigbee2mqtt
version: 7.0.18
version: 7.0.19
annotations:
truecharts.org/catagories: |
- media
+1 -1
View File
@@ -43,7 +43,7 @@ workload:
USE_CUSTOM_CONFIG_FILE: "{{ .Values.workload.main.podSpec.containers.main.env.USE_CUSTOM_CONFIG_FILE }}"
command:
- /bin/sh
- -c"
- -c
args:
- >
if [ -f /data/configuration.yaml ] || [ ${USE_CUSTOM_CONFIG_FILE} == true ]; then