Simplify data volume mount
This commit is contained in:
parent
b4fd47b5af
commit
83465a2f4f
@ -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