From eab83d3cd07616c07d64c917d57b4e6ab61cdabb Mon Sep 17 00:00:00 2001 From: Hidetake Iwata Date: Wed, 27 Jun 2018 12:03:21 +0900 Subject: [PATCH] Fix HackMD did not work with external PostgreSQL (#6294) --- stable/hackmd/Chart.yaml | 2 +- stable/hackmd/templates/_helpers.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/hackmd/Chart.yaml b/stable/hackmd/Chart.yaml index 132fd8c305..e22d67f11c 100644 --- a/stable/hackmd/Chart.yaml +++ b/stable/hackmd/Chart.yaml @@ -1,6 +1,6 @@ name: hackmd apiVersion: v1 -version: "0.1.0" +version: "0.1.1" appVersion: "1.0.1" description: Realtime collaborative markdown notes on all platforms. icon: https://hackmd.io/favicon.png diff --git a/stable/hackmd/templates/_helpers.tpl b/stable/hackmd/templates/_helpers.tpl index 6d15f460b4..e5214fcad4 100644 --- a/stable/hackmd/templates/_helpers.tpl +++ b/stable/hackmd/templates/_helpers.tpl @@ -47,6 +47,6 @@ Determine database host based on use of postgresql dependency. {{- if .Values.postgresql.install -}} {{- template "hackmd.postgresql.fullname" . -}} {{- else -}} -{{- .Values.postgresql.postgresHost | quote -}} +{{- .Values.postgresql.postgresHost -}} {{- end -}} {{- end -}}