Fix "ReadString: expects " or n, but found t, error found in #10 byte of ...|thStyle":true,"s3Url|..., bigger context ..." (#11427)

Signed-off-by: gdmello <gavindmello@gmail.com>
This commit is contained in:
gdmello
2019-02-19 05:31:50 -08:00
committed by Kubernetes Prow Robot
parent ccfb3d0417
commit 4de9a954d7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.10.1
description: A Helm chart for ark
name: ark
version: 3.0.0
version: 3.0.1
home: https://github.com/heptio/ark
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
@@ -20,7 +20,7 @@ spec:
region: {{ . }}
{{- end }}
{{- with .s3ForcePathStyle }}
s3ForcePathStyle: {{ . }}
s3ForcePathStyle: {{ . | quote }}
{{- end }}
{{- with .s3Url }}
s3Url: {{ . }}