Add extra volume support
This commit is contained in:
parent
d81ca56401
commit
18dcac6915
2 changed files with 9 additions and 0 deletions
|
@ -60,6 +60,10 @@ spec:
|
|||
readOnly: true
|
||||
subPath: {{ .Values.configWeb.key }}
|
||||
{{- end}}
|
||||
{{- range .Values.extraVolumesWeb }}
|
||||
- name: {{ .name }}
|
||||
mountPath: {{ .path }}
|
||||
{{- end}}
|
||||
env:
|
||||
{{- with .Values.env.plain }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue