mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
5fca8c40eb
commit
103e93d3f2
@@ -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 }}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user