Skip to content
Merged
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
18 changes: 11 additions & 7 deletions charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ global:
# - minio: Store persistent data on in-cluster Minio server
storage: minio

# Global S3 config needed to affect database chart
# (ignore this section if you are not using generic S3-api storage)
s3:
# 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: false

# Set the location of Workflow's PostgreSQL database
#
# Valid values are:
Expand Down Expand Up @@ -81,13 +92,6 @@ 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