Add bucketLookup support
This commit is contained in:
parent
c6af9556d7
commit
0991e844d9
8 changed files with 107 additions and 74 deletions
deploy
|
@ -8,4 +8,6 @@ stringData:
|
|||
accessKeyID: {{ .Values.secret.accessKey }}
|
||||
secretAccessKey: {{ .Values.secret.secretKey }}
|
||||
endpoint: {{ .Values.secret.endpoint }}
|
||||
region: {{ .Values.secret.region }}
|
||||
bucketLookup: {{ .Values.secret.bucketLookup }}
|
||||
{{- end -}}
|
||||
|
|
|
@ -37,6 +37,10 @@ secret:
|
|||
secretKey: ""
|
||||
# Endpoint
|
||||
endpoint: https://storage.yandexcloud.net
|
||||
# For AWS set it to AWS region
|
||||
region: ""
|
||||
# For S3-compatible set it to bucket lookup style (choices: Auto [default], DNS, Path)
|
||||
bucketLookup: Auto
|
||||
|
||||
tolerations:
|
||||
all: false
|
||||
|
|
|
@ -10,3 +10,5 @@ stringData:
|
|||
endpoint: https://storage.yandexcloud.net
|
||||
# For AWS set it to AWS region
|
||||
#region: ""
|
||||
# For S3-compatible set it to bucket lookup style (choices: Auto [default], DNS, Path)
|
||||
#bucketLookup: ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue