Skip to content

Commit 8322de6

Browse files
fix(pgbouncer): userlist ligne return
1 parent a0902e1 commit 8322de6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/pgbouncer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: pgbouncer
3-
version: "0.8.0"
3+
version: "0.8.1"
44
description: A Helm chart for Pgbouncer
55
type: application
66
home: https://github.com/pmint93/helm-charts
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- define "userlist.txt" -}}
22
{{- range $user := .Values.users -}}
33
{{ $user.name | quote }} {{ $user.password | quote }}
4-
{{- end -}}
4+
{{ end -}}
55
{{- end -}}

0 commit comments

Comments
 (0)