Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkharris authored Jul 11, 2024
1 parent 519918a commit 5a4f970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud-init.tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runcmd:
- enable
- --now
- qemu-guest-agent.service
- /tmp/install_k3s.sh
- bash /tmp/install_k3s.sh

ssh_authorized_keys:
- ${public_key_openssh}
4 changes: 2 additions & 2 deletions install_jupyterhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ helm repo add jupyterhub https://hub.jupyter.org/helm-chart/
helm repo update
helm upgrade --cleanup-on-fail \
--install demo jupyterhub/jupyterhub \
--namespace jupyter --create-namespace \
--namespace jupyterhub --create-namespace \
--version=3.3.7 \
--values jupyterhub-config.yaml
--values jupyterhub_config.yaml

kubectl config set-context $(kubectl config current-context) --namespace jupyterhub

0 comments on commit 5a4f970

Please sign in to comment.