Skip to content

Commit 6cbee9b

Browse files
author
Aaron Schlesinger
committed
doc(src/installing-deis/configuring-object-storage.md): add note on the BUCKET env var
1 parent 1a0ba70 commit 6cbee9b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ The Deis components determine what object storage system to use via environment
2323
- `storage.googleapis.com` for Google Cloud Storage
2424
- `DEIS_MINIO_SERVICE_HOST` and `DEIS_MINIO_SERVICE_PORT` - The in-cluster Minio service. Note that these will be set automatically by Kubernetes if you run [Minio](http://minio.io) as a service in the cluster. See [the Minio service from the Deis Minio Chart](https://github.com/deis/charts/blob/master/deis-dev/manifests/deis-minio-service.yaml) for an example service.
2525

26+
## Specifying the Bucket
27+
28+
[deis/builder](https://github.com/deis/builder) uses an additional environment variable, `BUCKET` to determine the name of the bucket (in the specified object storage system) to use. It uses `git` as the default bucket name, but if your credentials (see below) don't have read and write access to it, you'll have to specify a different bucket. To do so, simply set the `BUCKET` environment variable to another value (`deis-builds`, for example).
29+
2630
# Storing Credentials
2731

2832
In the Deis V2 Beta release, all components read credentials from the filesystem, and we suggest that credentials are stored in [Kubernetes secrets](http://kubernetes.io/v1.1/docs/user-guide/secrets.html) and mounted to the appropriate location for the component. See the below list for the expected location for each component, and see [the deis-dev chart](https://github.com/deis/charts/tree/master/deis-dev) for examples of using and mounting secrets.

0 commit comments

Comments
 (0)