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 }}
|
{{- include "zigbee2mqtt.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
{{- if .Values.config.injectMqttAddress }}
|
{{- if .Values.config.injectMqttAddress }}
|
||||||
ZIGBEE2MQTT_CONFIG_MQTT_SERVER: {{ .Values.injectMqttAddress }}
|
ZIGBEE2MQTT_CONFIG_MQTT_SERVER: {{ .Values.config.injectMqttAddress }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.config.timezone }}
|
{{- with .Values.config.timezone }}
|
||||||
TZ: {{ . | quote }}
|
TZ: {{ . | quote }}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "zigbee2mqtt.fullname" . }}-zigbee2mqtt
|
name: {{ include "zigbee2mqtt.fullname" . }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "zigbee2mqtt.labels" . | nindent 4 }}
|
{{- include "zigbee2mqtt.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
|
|
Loading…
Reference in a new issue