Skip to content

Commit

Permalink
Merge branch 'hotfix/PB-28798-remove-debugging-line' into 'develop'
Browse files Browse the repository at this point in the history
PB-28798: Remove debugging line

See merge request passbolt/passbolt-ops/charts-passbolt!42
  • Loading branch information
dlen committed Nov 20, 2023
2 parents 7acb684 + ef35b49 commit 724bb4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ spec:
${DATASOURCES_DEFAULT_HOST}:5432:*:${DATASOURCES_DEFAULT_USERNAME}:${DATASOURCES_DEFAULT_PASSWORD}
EOF
chmod 600 /tmp/.pgpass
cat /tmp/.pgpass
export PGPASSFILE='/tmp/.pgpass'
while ! ${client} -h ${DATASOURCES_DEFAULT_HOST} ; do
echo "Waiting for postgresql database connection..."
Expand Down

0 comments on commit 724bb4d

Please sign in to comment.