Skip to content

Commit

Permalink
Merge pull request #114 from flant/fix_notes
Browse files Browse the repository at this point in the history
new lines in NOTES.txt
  • Loading branch information
diafour authored Nov 20, 2018
2 parents d78e4d1 + d3f6f78 commit 553bd73
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/loghouse/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 553bd73

Please sign in to comment.