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
Copy file name to clipboardExpand all lines: src/installing-workflow/configuring-object-storage.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Every component that relies on object storage uses two inputs for configuration:
11
11
1. Component-specific environment variables (e.g. `BUILDER_STORAGE` and `REGISTRY_STORAGE`)
12
12
2. Access credentials stored as a Kubernetes secret named `objectstorage-keyfile`
13
13
14
-
The helm chart for Deis Workflow can be easily configured to connect Workflow components to off-cluster object storage. Deis Workflow currently supports Google Compute Storage, Amazon S3, Azure Blob Storage and OpenStack Swift Storage.
14
+
The helm chart for Deis Workflow can be easily configured to connect Workflow components to off-cluster object storage. Deis Workflow currently supports Google Compute Storage, Amazon S3, [Azure Blob Storage][] and OpenStack Swift Storage.
15
15
16
16
### Step 1: Create storage buckets
17
17
@@ -35,7 +35,7 @@ If you haven't already added the Helm repo, do so with `helm repo add deis https
35
35
36
36
Operators should configure object storage by editing the Helm values file before running `helm install`. To do so:
37
37
38
-
* Fetch the Helm values by running `helm inspect values deis/workflow | sed -n '1!p' > values.yaml`
38
+
* Fetch the Helm values by running `helm inspect values deis/workflow > values.yaml`
39
39
* Update the `global/storage` parameter to reference the platform you are using, e.g. `s3`, `azure`, `gcs`, or `swift`
40
40
* Find the corresponding section for your storage type and provide appropriate values including region, bucket names, and access credentials.
41
41
* Save your changes.
@@ -51,3 +51,4 @@ You are now ready to run `helm install deis/workflow --namespace deis -f values.
0 commit comments