Skip to content

Commit

Permalink
Merge branch 'master' into helmrepo
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioalmendrosdiaz committed Aug 18, 2023
2 parents 2bd5759 + 027ce0f commit 6afcca8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions helm/thingsboard/templates/mqtt-transport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ spec:
- name: MQTT_BIND_PORT
value: "{{ .Values.mqtt.port.number }}"
{{- end }}
{{- range .Values.mqtt.extraEnvVars }}
- name: {{ .key | upper }}
value: {{ .value | quote }}
{{- end }}
volumeMounts:
- mountPath: /config
name: {{ .Release.Name }}-mqtt-transport-config
Expand Down
2 changes: 1 addition & 1 deletion helm/thingsboard/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
- name: JWT_REFRESH_TOKEN_EXPIRATION_TIME
value: {{ .Values.node.authorization.refreshTokenExpirationTimeSeconds | default 604800 | quote }}
{{- range .Values.node.extraEnvVars }}
- name: {{ .key }}
- name: {{ .key | upper }}
value: {{ .value | quote }}
{{- end }}
- name: DEFAULT_INACTIVITY_TIMEOUT
Expand Down

0 comments on commit 6afcca8

Please sign in to comment.