Skip to content

Commit b999b51

Browse files
committed
[library-chart] Fix PORT discovery Postgres
1 parent 155a9ee commit b999b51

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.7
3+
version: 1.7.8
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
@@ -15,7 +15,7 @@
1515
{{- if (.Values.discovery).postgresql }}
1616
{{- with $secretData := first (include "library-chart.getOnyxiaDiscoverySecrets" (list .Release.Namespace "postgres") | fromJsonArray) -}}
1717
{{- $pg_service := index $secretData "postgres-service" | default "" | b64dec }}
18-
{{- $pg_port := index $secretData "postgres-port" | default "" | b64dec }}
18+
{{- $pg_port := index $secretData "postgres-port" | default "" }}
1919
{{- $pg_database := index $secretData "postgres-database" | default "" | b64dec }}
2020
{{- $pg_username := index $secretData "postgres-username" | default "" | b64dec }}
2121
{{- $pg_password := index $secretData "password" | default "" | b64dec }}

0 commit comments

Comments
 (0)