Skip to content

Commit ba0da4c

Browse files
committed
use https if TLS is enabled in NOTES.txt
1 parent 43d7bd5 commit ba0da4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graylog/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Welcome to Graylog!
2525

2626
· Get the URL of the UI for your Graylog instance by running the following command:
2727

28-
echo http://$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "graylog.serviceName" . }} --template "{{"{{ with (index .status.loadBalancer.ingress 0) }}{{ or .hostname .ip }}{{ end }}"}}"):{{ .Values.graylog.custom.service.ports.app | default 9000 | int }}/
28+
echo {{ .Values.graylog.config.tls.enabled | ternary "https" "http" }}://$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "graylog.serviceName" . }} --template "{{"{{ with (index .status.loadBalancer.ingress 0) }}{{ or .hostname .ip }}{{ end }}"}}"):{{ .Values.graylog.custom.service.ports.app | default 9000 | int }}/
2929

3030
{{- if .Release.IsInstall }}
3131

0 commit comments

Comments
 (0)