From 988b6c1f4e1ddca47b4e16ecba98f8e9203151c1 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Thu, 6 Jul 2023 21:43:29 +0100 Subject: [PATCH] Make curl follow redirects. --- charts/piper/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/piper/templates/deployment.yaml b/charts/piper/templates/deployment.yaml index 01edfd9..d5fbe9b 100644 --- a/charts/piper/templates/deployment.yaml +++ b/charts/piper/templates/deployment.yaml @@ -34,6 +34,7 @@ spec: command: - "curl" - "--remote-name-all" + - "--location" {{- .Values.downloadVoices | toYaml | nindent 12 }} workingDir: /data volumeMounts: