We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82b6b3 commit 9d75adeCopy full SHA for 9d75ade
2 files changed
charts/library-chart/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: library-chart
3
-version: 1.7.9
+version: 1.7.10
4
type: library
charts/library-chart/templates/_secret_postgresql_discovery.tpl
@@ -26,7 +26,7 @@ metadata:
26
labels:
27
{{- include "library-chart.labels" $context | nindent 4 }}
28
stringData:
29
- PGHOST: "http://{{ $pg_service }}.{{ $.Release.Namespace }}"
+ PGHOST: {{ $pg_service | quote }}
30
PGPORT: {{ $pg_port | quote }}
31
PGDATABASE: {{ $pg_database | quote }}
32
PGUSER: {{ $pg_username | quote }}
0 commit comments