Skip to content

Commit 7e69e11

Browse files
authored
fix eof notes issue (#555)
1 parent b0ddb39 commit 7e69e11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

charts/plgd-hub/templates/NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CoAP Gateway: {{ printf "coaps+tcp://%s:%v" ( required "global.domain is require
1111
{{- else }}
1212
CoAP Gateway: {{ printf "coap+tcp://%s:%v" ( required "global.domain is required" ( $.Values.coapgateway.apis.coap.externalAddress | default $.Values.global.domain )) $.Values.coapgateway.port }}
1313
{{- end }}
14+
{{- end }}
1415
{{- if $.Values.httpgateway.enabled }}
1516
HTTP Gateway - UI: {{ printf "https://%s" ( include "plgd-hub.httpgateway.uiDomain" . ) }}
1617
HTTP Gateway - API: {{ printf "https://%s" ( include "plgd-hub.httpgateway.apiDomain" . ) }}

0 commit comments

Comments
 (0)