Skip to content

Commit

Permalink
fix flux sync (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique authored Jan 24, 2024
1 parent 6250c81 commit 09d00ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions infrastructure/cluster/flux-v2/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@ spec:
# jupyter-role: singleuser

# elena adds the volumes with dask config
volumeMounts:
- name: dask-lab-configmap-gateway
mountPath: /home/jovyan/.config/dask/
subPath: gateway.yaml
- name: dask-lab-configmap-labextension
mountPath: /home/jovyan/.config/dask/
subPath: labextension.yaml
# volumeMounts:
# - name: dask-lab-configmap-gateway
# mountPath: /home/jovyan/.config/dask/
# subPath: gateway.yaml
# - name: dask-lab-configmap-labextension
# mountPath: /home/jovyan/.config/dask/
# subPath: labextension.yaml

volumes:
- name: dask-lab-configmap-gateway
Expand Down

0 comments on commit 09d00ed

Please sign in to comment.