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
+27-5Lines changed: 27 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,34 @@ The helm classic chart for Deis Workflow can be easily configured to connect Wor
18
18
* Note: If you provide credentials with sufficient access to the underlying storage, Workflow components will create the buckets if they do not exist.
19
19
***Step 2:** If applicable, generate credentials that have write access to the storage buckets created in Step 1
20
20
***Step 3:** If you haven't already fetched the helm classic chart, do so with `helmc fetch deis/workflow-beta4`
21
-
***Step 4:** Open the helm classic chart with `helmc edit workflow-beta4` and look for the template file `tpl/generate_params.toml`
22
-
***Step 5:** Update the `storage` parameter to reference the storage platform you are using: `s3`, `azure`, `gcs`
23
-
***Step 6:** Update the values in the section which corresponds to your storage type, including region, bucket names and access credentials
21
+
***Step 4:** Update storage details either by setting the appropriate environment variables or by modifying the template file `tpl/generate_params.toml`
22
+
***1.** Using environment variables:
23
+
* Set `STORAGE_TYPE` to `s3`, `azure` or `gcs`, then set the following environment variables accordingly.
0 commit comments