Fix HackMD did not work with external PostgreSQL (#6294)

This commit is contained in:
Hidetake Iwata
2018-06-26 20:03:21 -07:00
committed by k8s-ci-robot
parent dc3c22f108
commit eab83d3cd0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 -}}