Skip to content

Commit b2a3195

Browse files
committed
declare "off_cluster_minio"
for an External minio server using s3.accesskey and s3.secretkey, will add s3.regionendpoint later WIP: to resolve deis#481 More changes will go in deis/builder deis/controller deis/database deis/registry, all of which have dependencies on s3/swift storage (In PoC I overrode DEIS_MINIO_SERVICE_HOST and DEIS_MINIO_SERVICE_PORT, I'd like to use that shortcut and it seems safe, but expose it in values as s3.regionendpoint, reorganizing values.yaml so the off-cluster minio configuration is very obvious.)
1 parent d730bc8 commit b2a3195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/workflow/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ global:
99
# - gcs: Store persistent data in Google Cloud Storage
1010
# - minio: Store persistent data on in-cluster Minio server
1111
storage: minio
12+
off_cluster_minio: true
1213

1314
# Set the location of Workflow's PostgreSQL database
1415
#

0 commit comments

Comments
 (0)