mirror of
https://github.com/helm/charts.git
synced 2026-08-20 04:47:32 +00:00
Fix HackMD did not work with external PostgreSQL (#6294)
This commit is contained in:
committed by
k8s-ci-robot
parent
dc3c22f108
commit
eab83d3cd0
@@ -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
|
||||
|
||||
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user