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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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

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