Fix extra volumes
This commit is contained in:
parent
18dcac6915
commit
14090b15e3
2 changed files with 7 additions and 2 deletions
|
@ -167,3 +167,8 @@ spec:
|
|||
- key: {{ .Values.configWeb.key }}
|
||||
path: {{ .Values.configWeb.key }}
|
||||
{{- end }}
|
||||
{{- range .Values.extraVolumesWeb }}
|
||||
- name: {{ .name }}
|
||||
persistentVolumeClaim:
|
||||
claimName: {{ .name }}
|
||||
{{- end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue