Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #52 from akchinSTC/i-44
Browse files Browse the repository at this point in the history
Fix default COS configuration in Elyra setup script
  • Loading branch information
harshad16 authored Nov 9, 2022
2 parents f811bf1 + dc48389 commit 81b4d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-elyra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export COS_BUCKET=${COS_BUCKET:-default}
KF_USERNAME="${KF_USERNAME:=user@example.com}"
KF_PASSWORD="${KF_PASSWORD:=12341234}"
KF_DEPLOYMENT_NAMESPACE=$(env | grep JUPYTER_IMAGE | cut -d'/' -f2)
AWS_ACCESS_KEY_ID="${AWS_ACCESS_KEY_ID:minio}"
AWS_SECRET_ACCESS_KEY="${AWS_SECRET_ACCESS_KEY:minio123}"
AWS_ACCESS_KEY_ID="${AWS_ACCESS_KEY_ID:=minio}"
AWS_SECRET_ACCESS_KEY="${AWS_SECRET_ACCESS_KEY:=minio123}"

if [[ ! -f "$DEFAULT_RUNTIME_FILE" ]]; then
elyra-metadata install runtimes --schema_name=kfp \
Expand Down

0 comments on commit 81b4d94

Please sign in to comment.