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