This commit is contained in:
parent
d5722edd95
commit
bdbf9f16dd
2 changed files with 4 additions and 2 deletions
|
@ -34,7 +34,7 @@ spec:
|
||||||
command:
|
command:
|
||||||
- "curl"
|
- "curl"
|
||||||
- "--remote-name-all"
|
- "--remote-name-all"
|
||||||
{{ .Values.downloadVoices | toYaml }}
|
{{- .Values.downloadVoices | toYaml | nindent 12 }}
|
||||||
workingDir: /data
|
workingDir: /data
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
|
|
|
@ -52,4 +52,6 @@ pvc:
|
||||||
storageClassName : ""
|
storageClassName : ""
|
||||||
storage: 1Gi
|
storage: 1Gi
|
||||||
|
|
||||||
downloadVoices: []
|
downloadVoices:
|
||||||
|
- foo
|
||||||
|
- bar
|
||||||
|
|
Loading…
Reference in a new issue