This commit is contained in:
parent
22d167e778
commit
aea51ba8d1
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ metadata:
|
|||
{{- include "zigbee2mqtt.labels" . | nindent 4 }}
|
||||
data:
|
||||
{{- if .Values.config.injectMqttAddress }}
|
||||
ZIGBEE2MQTT_CONFIG_MQTT_SERVER: {{ .Values.injectMqttAddress }}
|
||||
ZIGBEE2MQTT_CONFIG_MQTT_SERVER: {{ .Values.config.injectMqttAddress }}
|
||||
{{- end }}
|
||||
{{- with .Values.config.timezone }}
|
||||
TZ: {{ . | quote }}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ include "zigbee2mqtt.fullname" . }}-zigbee2mqtt
|
||||
name: {{ include "zigbee2mqtt.fullname" . }}
|
||||
labels:
|
||||
{{- include "zigbee2mqtt.labels" . | nindent 4 }}
|
||||
spec:
|
||||
|
|
Loading…
Reference in a new issue