[stable/spinnaker] allow for extra s3 args (#19514)

This helps when a deployer is using a self hosted s3 alternative and needs to add extra options such as `--path-style-access true`.

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
This commit is contained in:
Paul Czarkowski
2019-12-10 13:20:06 -08:00
committed by Kubernetes Prow Robot
parent 5fca8c40eb
commit 103e93d3f2
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.
name: spinnaker
version: 1.22.1
version: 1.22.3
appVersion: 1.16.2
home: http://spinnaker.io/
sources:
@@ -67,6 +67,9 @@ data:
{{- if .Values.s3.secretKey }}
--secret-access-key \
{{- end }}
{{- range .Values.s3.extraArgs }}
{{- . }} \
{{- end }}
$HAL_COMMAND config storage edit --type s3
{{ end }}
+3
View File
@@ -283,6 +283,9 @@ s3:
# accessKey: ""
# secretKey: ""
# assumeRole: "<role to assume>"
## Here you can pass extra arguments to configure s3 storage options
extraArgs: []
# - "--path-style-access true"
# Azure Storage Account
azs: