2 parents a0902e1 + 8322de6 commit a49cc59Copy full SHA for a49cc59
2 files changed
charts/pgbouncer/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: pgbouncer
3
-version: "0.8.0"
+version: "0.8.1"
4
description: A Helm chart for Pgbouncer
5
type: application
6
home: https://github.com/pmint93/helm-charts
charts/pgbouncer/templates/_userlist.txt.tpl
@@ -1,5 +1,5 @@
{{- define "userlist.txt" -}}
{{- range $user := .Values.users -}}
{{ $user.name | quote }} {{ $user.password | quote }}
-{{- end -}}
+{{ end -}}
{{- end -}}
0 commit comments