You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This warning should say 'You must set params.external_db_username...'
external_db_user=$(credhub get -n ${GENESIS_CREDHUB_ROOT}/external_db_user -j 2>/dev/null | jq -r '.value')
if [[ ${external_db_user} != "" ]] ; then
describe >&2 "#Y{{WARNING}} You must set params.external_db_user to '((external_db_user))' "\
"in your #C{$GENESIS_ENVIRONMENT.yml} to use the username that was located in vault"
fi
This warning should say 'You must set params.external_db_username...'
File with the warning: https://github.com/genesis-community/cf-genesis-kit/blob/main/hooks/migrate-to-2.0
The text was updated successfully, but these errors were encountered: