Skip to content

Commit

Permalink
updated initial script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianco95 committed Sep 19, 2024
1 parent 232ea1e commit 99bc5b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions change-values.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ source .env

# change those values with the ones you want
HOSTNAME="jhub.131.154.98.62.myip.cloud.infn.it"
VK_NODENAME='my-iam-node'

# values inside jupyter_template.py
IAM_SERVER="https://iam.cloud.infn.it"
Expand All @@ -26,7 +25,6 @@ sed -i "s|__JHUB_HOST__|\"$JHUB_HOST\"|g" jupyterhubcustomconfig.py
sed -i "s|__JHUB_IP__|\"$HOSTNAME\"|g" jupyterhubcustomconfig.py
sed -i "s|__JHUB_PORT__|\"$JHUB_PORT\"|g" jupyterhubcustomconfig.py
sed -i "s|__JHUB_API_URL__|\"$JHUB_API_URL\"|g" jupyterhubcustomconfig.py
sed -i "s|__VK_NODENAME__|\"$VK_NODENAME\"|g" jupyterhubcustomconfig.py

# values inside values.yaml
JHUB_URL="https://$HOSTNAME:443"
Expand Down

0 comments on commit 99bc5b2

Please sign in to comment.