Skip to content

Commit 4e0b134

Browse files
author
Aaron Schlesinger
committed
doc(object-storage): add helm chart info for the database & registry
1 parent 5d84444 commit 4e0b134

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ The registry looks for a `REGISTRY_STORAGE` environment variable, which it then
147147

148148
The registry reads the credential information from a `/var/run/secrets/deis/registry/creds/objectstorage-keyfile` file. This is generated automatically (as part of the `helm generate` command) based on the configuration options given in the https://github.com/deis/charts/blob/master/workflow-dev/tpl/objectstorage.toml file.
149149

150+
### Helm Chart
151+
152+
If you are using the [Helm Chart for Workflow][helm-chart], put your credentials in the [objectstorage.toml][objectstorage-toml] file before you run `helm generate`. For more information, see the [installation instructions][helm-install] for more details on using Helm.
153+
150154
## [deis/database](https://github.com/deis/postgres)
151155

152156
The database is configured slightly differently from the other components. Read the two sections below for details.
@@ -182,6 +186,11 @@ You'll also need to add two environment variables to the https://github.com/deis
182186
value: "443"
183187
```
184188

189+
### Helm Chart
190+
191+
If you are using the [Helm Chart for Workflow][helm-chart], put your credentials in the [objectstorage.toml][objectstorage-toml] file before you run `helm generate`. For more information, see the [installation instructions][helm-install] for more details on using Helm.
192+
185193
[helm-chart]: https://github.com/deis/charts/tree/master/workflow-dev
186194
[minio-user-secret]: https://github.com/deis/charts/blob/master/workflow-dev/manifests/deis-minio-secret-user.yaml
187195
[helm-install]: https://github.com/deis/workflow/blob/master/src/installing-workflow/installing-deis-workflow.md
196+
[objectstorage-toml]: https://github.com/deis/charts/blob/master/workflow-dev/tpl/objectstorage.toml

0 commit comments

Comments
 (0)