Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ s3:
accesskey: ""
# Your AWS secret key. Leave it empty if you want to use IAM credentials.
secretkey: ""
# Enable SSE encryption (this must be disabled if you are not using AWS S3),
# since SSE support in boto2 is AWS-specific, it may be necessary to disable it.
#
# Valid values are:
# - true: only the database bucket is encrypted, non-AWS installations will fail
# - false: in database, WALE_S3_SSE will be set to false, SSE is not requested
use_sse: "true"
# Any S3 region
region: "us-west-1"
# Your buckets.
Expand Down