Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

[stable/velero] Fix s3ForcePathStyle config parsing bug when using minio #11427

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/ark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stable/ark/templates/backupstoragelocation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
region: {{ . }}
{{- end }}
{{- with .s3ForcePathStyle }}
s3ForcePathStyle: {{ . }}
s3ForcePathStyle: {{ . | quote }}
{{- end }}
{{- with .s3Url }}
s3Url: {{ . }}
Expand Down