Skip to content
Snippets Groups Projects
Commit 42d83b3c authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

volume template

parent 5c17afa4
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ spec:
{{- if not .Values.dataVolume.claim }}
volumeClaimTemplates:
- metadata:
name: {{ include "jupyter-control-notebook-chart.fullname" . }}-jupyter-data
name: jupyter-data
spec:
accessModes: [ "ReadWriteOnce" ]
resources:
......
......@@ -80,7 +80,7 @@ affinity: {}
dataVolume:
claim: ## an existing claim or empty will create a new one
size: 50Gi ## size of the claim
size: 10Gi ## size of the claim
accessMode: ReadWriteOnce
gitRepoConfig:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment