From 8475f43a94b7a79a224d602fa237321fc65e4154 Mon Sep 17 00:00:00 2001 From: innerpeacez Date: Sat, 26 Oct 2019 14:06:45 +0800 Subject: [PATCH] fix lint error --- helm-chart/helm3/6.4.0/skywalking/templates/NOTES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-chart/helm3/6.4.0/skywalking/templates/NOTES.txt b/helm-chart/helm3/6.4.0/skywalking/templates/NOTES.txt index 5c8216d..f5378d4 100644 --- a/helm-chart/helm3/6.4.0/skywalking/templates/NOTES.txt +++ b/helm-chart/helm3/6.4.0/skywalking/templates/NOTES.txt @@ -8,4 +8,5 @@ Learn more, please visit https://skywalking.apache.org/ Get the UI URL by running these commands: {{- range .Values.ui.ingress.hosts }} http{{ if $.Values.ui.ingress.tls }}s{{ end }}://{{ . }}{{ $.Values.ui.ingress.path }} -{{- end }} \ No newline at end of file +{{- end }} +{{- end }} -- GitLab