Skip to content

Commit 3cdd799

Browse files
author
Aaron Schlesinger
committed
doc(object-storage): fix DEIS_OUTSIDE_STORAGE_HOST env var mention
1 parent 3664366 commit 3cdd799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/installing-workflow/configuring-object-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The builder looks for the below environment variables to determine where the obj
4747
- They are set automatically by Kubernetes if you run [Minio](http://minio.io) as a service in the cluster
4848
- The [Helm chart for Deis](https://github.com/deis/charts/tree/master/workflow-dev) installs Minio by default, so the Builder will use Minio by default.
4949

50-
Note that if the builder finds a `DEIS_OUTSIDE_STORAGE_HOST` environment variable, it will ignore `DEIS_MINIO_SERVICE_HOST` and `DEIS_MINIO_SERVICE_PORT`. This behavior means that external object storage takes precedence over Minio.
50+
Note that if the builder finds a `DEIS_OUTSIDE_STORAGE` environment variable, it will ignore `DEIS_MINIO_SERVICE_HOST` and `DEIS_MINIO_SERVICE_PORT`. This behavior means that external object storage takes precedence over Minio.
5151

5252
The builder also uses an environment variable to determine the name of the bucket it should store build artifacts in. It uses `git` by default, but if your credentials (see below for how credentials are configured) don't have read and write access to that bucket, you'll have to specify a different one.
5353

0 commit comments

Comments
 (0)