Skip to content

Commit

Permalink
fix flux sync 2 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique authored Jan 24, 2024
1 parent 09d00ed commit 9fcee00
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions infrastructure/cluster/flux-v2/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,27 +192,27 @@ 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
configMap:
name: dask-lab-configmap
items:
- key: gateway.yaml
path: gateway.yaml
- name: dask-lab-configmap-labextension
configMap:
name: dask-lab-configmap
items:
- key: labextension.yaml
path: labextension.yaml
# volumes:
# - name: dask-lab-configmap-gateway
# configMap:
# name: dask-lab-configmap
# items:
# - key: gateway.yaml
# path: gateway.yaml
# - name: dask-lab-configmap-labextension
# configMap:
# name: dask-lab-configmap
# items:
# - key: labextension.yaml
# path: labextension.yaml


cmd: null
Expand Down

0 comments on commit 9fcee00

Please sign in to comment.