You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
Please how do I use my existing minio instance off cluster, as I am running locally, and do not want to use Amazon S3. I understand the API is compatible and Deis is alreadying using minio internally. I just want to use an off-cluster instance of Minio.
I have already ran
helm inspect values deis/workflow | sed -n '1!p' > values.yaml
and configured the credentials under s3, but it seems that there is no way to configure the host/url.
Thanks
The text was updated successfully, but these errors were encountered:
You'll want to modify the workflow umbrella chart, which is not written in Go. After that, you'll want to make changes to the builder, the registry and to the database. Two of them are bootstrapped by a Go wrapper, and a git grep minio will usually get you where you need to be in the codebase.
Please how do I use my existing minio instance off cluster, as I am running locally, and do not want to use Amazon S3. I understand the API is compatible and Deis is alreadying using minio internally. I just want to use an off-cluster instance of Minio.
I have already ran
helm inspect values deis/workflow | sed -n '1!p' > values.yaml
and configured the credentials under s3, but it seems that there is no way to configure the host/url.
Thanks
The text was updated successfully, but these errors were encountered: