We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4fd47b commit 83465a2Copy full SHA for 83465a2
charts/code-server/templates/deployment.yaml
@@ -74,11 +74,7 @@ spec:
74
{{- end }}
75
volumeMounts:
76
- name: data
77
- mountPath: /home/coder/project
78
- subPath: project
79
- - name: data
80
- mountPath: /home/coder/.local/share/code-server
81
- subPath: code-server
+ mountPath: /home/coder
82
{{- range .Values.extraConfigmapMounts }}
83
- name: {{ .name }}
84
mountPath: {{ .mountPath }}
0 commit comments