-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathvalues.yaml
41 lines (41 loc) · 1.12 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
s3syncer:
cron:
schedule: '*/30 * * * *'
image:
repository: docker.io/amazon/aws-cli
tag: 2.2.13
storage:
size: 100Gi
class: ''
source:
# These settings are required. Keys must be alphanumeric.
url: "http://minio.minio.svc.cluster.local:9000"
bucket: ''
accessKey: '' # 32 byte long
secretKey: '' # 64 byte long
insecure_skip_verify: false
ca_bundle: ''
# ca_bundle: |-
# -----BEGIN CERTIFICATE-----
# xxxxxxxx EXAMPLE xxxxxxxxxx
# -----END CERTIFICATE-----
target:
azuregateway:
enabled: false # if true.. then we use azure as target
image:
repository: docker.io/minio/minio
tag: RELEASE.2021-03-04T00-53-13Z
azureStorageKey: ''
azureStorageAcct: ''
# These settings are required. Keys must be alphanumeric.
url: "https://s3.amazonaws.com"
bucket: ''
accessKey: '' # 32 byte long
secretKey: '' # 64 byte long
insecure_skip_verify: false
renameChar: false
ca_bundle: ''
# ca_bundle: |-
# -----BEGIN CERTIFICATE-----
# xxxxxxxx EXAMPLE xxxxxxxxxx
# -----END CERTIFICATE-----