mirror of
https://github.com/cdr/code-server.git
synced 2025-12-08 01:12:40 +01:00
Simplify data volume mount
This commit is contained in:
parent
b4fd47b5af
commit
83465a2f4f
1 changed files with 1 additions and 5 deletions
|
|
@ -74,11 +74,7 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /home/coder/project
|
mountPath: /home/coder
|
||||||
subPath: project
|
|
||||||
- name: data
|
|
||||||
mountPath: /home/coder/.local/share/code-server
|
|
||||||
subPath: code-server
|
|
||||||
{{- range .Values.extraConfigmapMounts }}
|
{{- range .Values.extraConfigmapMounts }}
|
||||||
- name: {{ .name }}
|
- name: {{ .name }}
|
||||||
mountPath: {{ .mountPath }}
|
mountPath: {{ .mountPath }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue