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