Add bucketLookup support

This commit is contained in:
Ho Kim 2023-03-11 00:40:17 +09:00
parent c6af9556d7
commit 0991e844d9
No known key found for this signature in database
GPG key ID: 92D99E8FE190A578
8 changed files with 107 additions and 74 deletions
deploy
helm
kubernetes/examples

View file

@ -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 -}}

View file

@ -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

View file

@ -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: ""