Skip to content

Commit 2455465

Browse files
author
Aaron Schlesinger
committed
doc(object-storage): add helm section under controller
1 parent 6bba375 commit 2455465

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,16 @@ Since the object storage location information comes from the builder, the contro
153153

154154
No paths need to be mounted into the pod. Simply ensure that the secret exists in your Kubernetes cluster with the correct credentials.
155155

156+
### Helm Chart
157+
158+
If you are using the [Helm Chart for Workflow][helm-chart], put your base64-encoded credentials in the [`minio-user` secret][minio-user-secret] (under `access-key-id` and `access-secret-key`) before you `helm install`. For more information, see the [installation instructions][helm-install] for more details on using Helm.
159+
160+
Note - to base64 encode your credentials, you can use the `base64` tool on most systems. Here's an example usage:
161+
162+
```console
163+
echo $MY_ACCESS_KEY | base64
164+
```
165+
156166
## [deis/registry](https://github.com/deis/registry)
157167

158168
The registry is configured slightly differently from most of the other components. Read on for details.

0 commit comments

Comments
 (0)