remove: debug
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
bf32ca0aaa
commit
ecbe89414e
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ spec:
|
|||
args:
|
||||
- |
|
||||
# Try to login with the current password
|
||||
echo if PGPASSWORD=$PGPASSWORD psql -h $PGHOST -p $PGPORT -U $PGUSER -d postgres -c '\q';
|
||||
if PGPASSWORD=$PGPASSWORD psql -h $PGHOST -p $PGPORT -U $PGUSER -d postgres -c '\q'; then
|
||||
echo "Successfully logged in with current password. No update needed."
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue