We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ddb39 commit 7e69e11Copy full SHA for 7e69e11
1 file changed
charts/plgd-hub/templates/NOTES.txt
@@ -11,6 +11,7 @@ CoAP Gateway: {{ printf "coaps+tcp://%s:%v" ( required "global.domain is require
11
{{- else }}
12
CoAP Gateway: {{ printf "coap+tcp://%s:%v" ( required "global.domain is required" ( $.Values.coapgateway.apis.coap.externalAddress | default $.Values.global.domain )) $.Values.coapgateway.port }}
13
{{- end }}
14
+{{- end }}
15
{{- if $.Values.httpgateway.enabled }}
16
HTTP Gateway - UI: {{ printf "https://%s" ( include "plgd-hub.httpgateway.uiDomain" . ) }}
17
HTTP Gateway - API: {{ printf "https://%s" ( include "plgd-hub.httpgateway.apiDomain" . ) }}
0 commit comments