From 4de9a954d7c7bbce59444c51a3971e71c736cd59 Mon Sep 17 00:00:00 2001 From: gdmello Date: Tue, 19 Feb 2019 08:31:50 -0500 Subject: [PATCH] Fix "ReadString: expects " or n, but found t, error found in #10 byte of ...|thStyle":true,"s3Url|..., bigger context ..." (#11427) Signed-off-by: gdmello --- stable/ark/Chart.yaml | 2 +- stable/ark/templates/backupstoragelocation.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/ark/Chart.yaml b/stable/ark/Chart.yaml index e114397aff..07de839da1 100644 --- a/stable/ark/Chart.yaml +++ b/stable/ark/Chart.yaml @@ -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: diff --git a/stable/ark/templates/backupstoragelocation.yaml b/stable/ark/templates/backupstoragelocation.yaml index 0816947118..63c066568e 100644 --- a/stable/ark/templates/backupstoragelocation.yaml +++ b/stable/ark/templates/backupstoragelocation.yaml @@ -20,7 +20,7 @@ spec: region: {{ . }} {{- end }} {{- with .s3ForcePathStyle }} - s3ForcePathStyle: {{ . }} + s3ForcePathStyle: {{ . | quote }} {{- end }} {{- with .s3Url }} s3Url: {{ . }}