Skip to content

Commit

Permalink
release bigdata-notebook-workspace 0.0.19: Allow setting storage clas…
Browse files Browse the repository at this point in the history
…s name for PVCs
  • Loading branch information
HafdisE committed Dec 10, 2024
1 parent 295a78c commit 5ffa342
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-workspace/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-notebook-workspace
description: A Helm chart for the Spot Big Data Notebook Workspace
type: application
version: 0.0.18
version: 0.0.19
appVersion: 4.1.8-ofas-31799c9
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
3 changes: 3 additions & 0 deletions charts/bigdata-notebook-workspace/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- if .Values.pvc.storageClassName }}
storageClassName: {{ .Values.pvc.storageClassName }}
{{- end }}
accessModes:
- ReadWriteOnce
resources:
Expand Down
1 change: 1 addition & 0 deletions charts/bigdata-notebook-workspace/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ serviceAccount:

pvc:
create: true
storageClassName: ""
requests:
storage: 10Gi

Expand Down

0 comments on commit 5ffa342

Please sign in to comment.