From bdbf9f16dd3d5f73de4f457b262f385da2c2a877 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Thu, 6 Jul 2023 20:36:32 +0100 Subject: [PATCH] Fix indent. --- charts/piper/templates/deployment.yaml | 2 +- charts/piper/values.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/piper/templates/deployment.yaml b/charts/piper/templates/deployment.yaml index bfaf067..01edfd9 100644 --- a/charts/piper/templates/deployment.yaml +++ b/charts/piper/templates/deployment.yaml @@ -34,7 +34,7 @@ spec: command: - "curl" - "--remote-name-all" - {{ .Values.downloadVoices | toYaml }} + {{- .Values.downloadVoices | toYaml | nindent 12 }} workingDir: /data volumeMounts: - name: data diff --git a/charts/piper/values.yaml b/charts/piper/values.yaml index d136f31..7f70864 100644 --- a/charts/piper/values.yaml +++ b/charts/piper/values.yaml @@ -52,4 +52,6 @@ pvc: storageClassName : "" storage: 1Gi -downloadVoices: [] +downloadVoices: + - foo + - bar