Fix indent.
All checks were successful
ci/woodpecker/push/piper Pipeline was successful

This commit is contained in:
Alex Manning 2023-07-06 20:36:32 +01:00
parent d5722edd95
commit bdbf9f16dd
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -52,4 +52,6 @@ pvc:
storageClassName : "" storageClassName : ""
storage: 1Gi storage: 1Gi
downloadVoices: [] downloadVoices:
- foo
- bar