Skip to content

Commit 9d75ade

Browse files
committed
[library-chart] Fixed PGHOST in discovery
1 parent d82b6b3 commit 9d75ade

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/library-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: library-chart
3-
version: 1.7.9
3+
version: 1.7.10
44
type: library

charts/library-chart/templates/_secret_postgresql_discovery.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ metadata:
2626
labels:
2727
{{- include "library-chart.labels" $context | nindent 4 }}
2828
stringData:
29-
PGHOST: "http://{{ $pg_service }}.{{ $.Release.Namespace }}"
29+
PGHOST: {{ $pg_service | quote }}
3030
PGPORT: {{ $pg_port | quote }}
3131
PGDATABASE: {{ $pg_database | quote }}
3232
PGUSER: {{ $pg_username | quote }}

0 commit comments

Comments
 (0)