We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb87f9 commit 6d8ed77Copy full SHA for 6d8ed77
ci/helm-chart/templates/deployment.yaml
@@ -102,6 +102,7 @@ spec:
102
{{- range .Values.extraSecretMounts }}
103
- name: {{ .name }}
104
mountPath: {{ .mountPath }}
105
+ subPath: {{ .subPath | default "" }}
106
readOnly: {{ .readOnly }}
107
{{- end }}
108
{{- range .Values.extraVolumeMounts }}
ci/helm-chart/values.yaml
@@ -179,6 +179,7 @@ extraInitContainers: |
179
extraSecretMounts: []
180
# - name: secret-files
181
# mountPath: /etc/secrets
182
+ # subPath: private.key # (optional)
183
# secretName: code-server-secret-files
184
# readOnly: true
185
0 commit comments