mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-14 14:02:17 +00:00
[aaisp-to-mqtt] Fix authenticated MQTT
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user