Skip to content

Commit fedc267

Browse files
author
Kingdon Barrett
authored
Merge pull request #2 from yebyen/master
this will only work if it's in the global: section, unfortunately
2 parents 7b0eb0b + c741792 commit fedc267

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

charts/workflow/values.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff 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:
@@ -81,13 +92,6 @@ s3:
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.

0 commit comments

Comments
 (0)