Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Sep 18, 2024
1 parent c42494f commit 013190a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/jupyter/jupyterhub_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
- name: vol-data
mountPath: /home/jovyan/data
readOnly: True
profileList: {{ jup_profile_list | to_yaml }}
profileList: {{ jup_profile_list }}
- name: Install (or upgrade) the chart
command: helm upgrade --install jupyterhub jupyterhub/jupyterhub --namespace jupyter --create-namespace --values /tmp/config.yaml --timeout 10m
Expand Down

0 comments on commit 013190a

Please sign in to comment.