From d3f6f789c2445f770d5de8d0f07b1fd146bf4945 Mon Sep 17 00:00:00 2001 From: Ivan Mikheykin Date: Tue, 20 Nov 2018 19:04:20 +0300 Subject: [PATCH] new lines in NOTES.txt --- charts/loghouse/templates/NOTES.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/loghouse/templates/NOTES.txt b/charts/loghouse/templates/NOTES.txt index f53f24f..12de03d 100644 --- a/charts/loghouse/templates/NOTES.txt +++ b/charts/loghouse/templates/NOTES.txt @@ -4,10 +4,9 @@ Ingress: {{ if .Values.ingress.enable }}ENABLED{{else}}no{{end}} Tabix: {{ if .Values.enable_tabix }}ENABLED{{else}}no{{end}} Clickhouse storage: {{ if .Values.storage.pvc }}pvc/{{.Values.storage.pvc.name}}{{end}}{{if .Values.storage.hostpath}}{{.Values.storage.hostpath}}{{end}}{{if .Values.storage.emptyDir}}emptyDir{{end}} - -{{- if not .Values.clickhouse.node_selector -}} +{{ if not .Values.clickhouse.node_selector }} Production note: use clickhouse.node_selector to specify node for clickshouse server -{{- end -}} +{{ end }} Use .Values.docker_path if docker logs is not in /var/lib/docker. e.g. /dind/docker/containers if dind is used.