From 7b2bc837309b75e1f8d803c6bb18898f7da6058c Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Fri, 28 Apr 2023 19:53:49 +0100 Subject: [PATCH] Fix model --- charts/piper/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/piper/templates/deployment.yaml b/charts/piper/templates/deployment.yaml index 1e366ad..8a61ba3 100644 --- a/charts/piper/templates/deployment.yaml +++ b/charts/piper/templates/deployment.yaml @@ -44,7 +44,7 @@ spec: {{- toYaml .Values.resources | nindent 12 }} args: - "--voice" - - {{ .Values.voice }} + - {{ .Values.config.voice }} volumeMounts: - name: data mountPath: /data