From b2a3195e7ee7598c436d0cc48791ed23a1848ad5 Mon Sep 17 00:00:00 2001 From: Kingdon Date: Mon, 28 Aug 2017 19:50:22 -0400 Subject: [PATCH] declare "off_cluster_minio" for an External minio server using s3.accesskey and s3.secretkey, will add s3.regionendpoint later WIP: to resolve deis/workflow#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.) --- charts/workflow/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/workflow/values.yaml b/charts/workflow/values.yaml index 90b76217..ee58b10f 100644 --- a/charts/workflow/values.yaml +++ b/charts/workflow/values.yaml @@ -9,6 +9,7 @@ global: # - gcs: Store persistent data in Google Cloud Storage # - minio: Store persistent data on in-cluster Minio server storage: minio + off_cluster_minio: true # Set the location of Workflow's PostgreSQL database #