Skip to content
Snippets Groups Projects
Commit 3fc28bf9 authored by Jean-Eric Stranig's avatar Jean-Eric Stranig
Browse files

BIOMASS-2998 stack jupyter using .conda host dir initialized by the maap_init script.

parent 6c69c217
No related branches found
Tags 1.10.0
No related merge requests found
Pipeline #1951 failed with stage
in 1 hour
...@@ -47,6 +47,8 @@ components: ...@@ -47,6 +47,8 @@ components:
- name: s3fs - name: s3fs
mountPath: "/etc/s3fs" mountPath: "/etc/s3fs"
readOnly: true readOnly: true
- name: dotconda
mountPath: /projects/.conda
- name: s3fs - name: s3fs
image: 'registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-s3-storage:master' image: 'registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap/che-s3-storage:master'
imagePullPolicy: Always imagePullPolicy: Always
...@@ -68,6 +70,8 @@ components: ...@@ -68,6 +70,8 @@ components:
secretName: s3-credential secretName: s3-credential
- name: s3fs-volume - name: s3fs-volume
emptyDir: {} emptyDir: {}
- name: dotconda
emptyDir: {}
type: kubernetes type: kubernetes
volumes: volumes:
- name: projects - name: projects
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment