mirror of
https://github.com/coder/code-server.git
synced 2026-05-10 14:27:26 +02:00
feat(helm-chart): Add support for extraSecretMounts subPath in helm-chart (#5961)
This commit is contained in:
@@ -102,6 +102,7 @@ spec:
|
||||
{{- range .Values.extraSecretMounts }}
|
||||
- name: {{ .name }}
|
||||
mountPath: {{ .mountPath }}
|
||||
subPath: {{ .subPath | default "" }}
|
||||
readOnly: {{ .readOnly }}
|
||||
{{- end }}
|
||||
{{- range .Values.extraVolumeMounts }}
|
||||
|
||||
Reference in New Issue
Block a user