mirror of
https://github.com/coder/code-server.git
synced 2025-08-02 05:52:25 +08:00
Simplify data volume mount
This commit is contained in:
@ -74,11 +74,7 @@ spec:
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /home/coder/project
|
||||
subPath: project
|
||||
- name: data
|
||||
mountPath: /home/coder/.local/share/code-server
|
||||
subPath: code-server
|
||||
mountPath: /home/coder
|
||||
{{- range .Values.extraConfigmapMounts }}
|
||||
- name: {{ .name }}
|
||||
mountPath: {{ .mountPath }}
|
||||
|
Reference in New Issue
Block a user