Skip to content

Commit 83465a2

Browse files
committed
Simplify data volume mount
1 parent b4fd47b commit 83465a2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

charts/code-server/templates/deployment.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@ spec:
7474
{{- end }}
7575
volumeMounts:
7676
- 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
77+
mountPath: /home/coder
8278
{{- range .Values.extraConfigmapMounts }}
8379
- name: {{ .name }}
8480
mountPath: {{ .mountPath }}

0 commit comments

Comments
 (0)