File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,17 @@ global:
1010 # - minio: Store persistent data on in-cluster Minio server
1111 storage : minio
1212
13+ # Global S3 config needed to affect database chart
14+ # (ignore this section if you are not using generic S3-api storage)
15+ s3 :
16+ # Enable SSE encryption (this must be disabled if you are not using AWS S3),
17+ # since SSE support in boto2 is AWS-specific, it may be necessary to disable it.
18+ #
19+ # Valid values are:
20+ # - true: only the database bucket is encrypted, non-AWS installations will fail
21+ # - false: in database, WALE_S3_SSE will be set to false, SSE is not requested
22+ use_sse : false
23+
1324 # Set the location of Workflow's PostgreSQL database
1425 #
1526 # Valid values are:
8192 accesskey : " "
8293 # Your AWS secret key. Leave it empty if you want to use IAM credentials.
8394 secretkey : " "
84- # Enable SSE encryption (this must be disabled if you are not using AWS S3),
85- # since SSE support in boto2 is AWS-specific, it may be necessary to disable it.
86- #
87- # Valid values are:
88- # - true: only the database bucket is encrypted, non-AWS installations will fail
89- # - false: in database, WALE_S3_SSE will be set to false, SSE is not requested
90- use_sse : " true"
9195 # Any S3 region
9296 region : " us-west-1"
9397 # Your buckets.
You can’t perform that action at this time.
0 commit comments