Skip to content

Commit

Permalink
fix credhub env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernie Billing committed Jan 9, 2021
1 parent 6009649 commit 7574eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/push-broker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if [[ ${CH_UAA_CLIENT_SECRET} ]]; then
fi

if [[ ${CH_SKIP_SSL_VALIDATION} ]]; then
cf set-env "${APP_NAME}" "${CH_SKIP_SSL_VALIDATION}"
cf set-env "${APP_NAME}" CH_SKIP_SSL_VALIDATION "${CH_SKIP_SSL_VALIDATION}"
fi

if [[ ${DB_TLS} ]]; then
Expand Down

0 comments on commit 7574eed

Please sign in to comment.