Skip to content

Commit

Permalink
do not force the user and password for the configured pgbouncer database
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Apr 18, 2024
1 parent beab3f3 commit f4b313a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgbouncer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
then
for db_name in /etc/secrets-db/*; do
cd $db_name
echo "$(cat dbname) = host={{ .Values.config.postgresql.host }} port={{ .Values.config.postgresql.port }} dbname=$(cat dbname) user=$(cat user) password=$(cat password)" >> /opt/bitnami/pgbouncer/conf/databases.txt
echo "$(cat dbname) = host={{ .Values.config.postgresql.host }} port={{ .Values.config.postgresql.port }} dbname=$(cat dbname)" >> /opt/bitnami/pgbouncer/conf/databases.txt
done;
fi;
kill -1 1
Expand Down

0 comments on commit f4b313a

Please sign in to comment.