1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-28 21:25:25 +00:00

Simplify data volume mount

This commit is contained in:
Hossam Hammady 2020-10-12 12:50:43 +00:00
parent b4fd47b5af
commit 83465a2f4f

View File

@ -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 }}