Skip to content

Commit

Permalink
fix(vscode-python): duplicated dshm volume
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Jan 31, 2024
1 parent 2277000 commit 314170f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/vscode-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.11.25
version: 1.11.26

dependencies:
- name: library-chart
Expand Down
8 changes: 1 addition & 7 deletions charts/vscode-python/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ spec:
secret:
secretName: {{ include "library-chart.secretNameMetaflow" . }}
{{- end }}
- name: dshm
emptyDir:
medium: Memory
sizeLimit: 128Mi
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
Expand Down Expand Up @@ -198,9 +194,7 @@ spec:
- name: config-files
mountPath: /home/{{ .Values.environment.user}}/.metaflowconfig
subPath: metaflow
{{- end }}
- mountPath: /dev/shm
name: dshm
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 314170f

Please sign in to comment.