[aaisp-to-mqtt] Fix authenticated MQTT

This commit is contained in:
2020-05-04 12:26:03 +01:00
parent 2f75be1606
commit 84b43fede8
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ spec:
value: {{ .Values.mqtt.broker }}
- name: MQTT_PORT
value: {{- default 1883 .Values.mqtt.port }}
{{- .Values.mqtt.authenticated }}
{{- if .Values.mqtt.authenticated }}
- name: MQTT_USERNAME
valueFrom:
secretKeyRef: