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
+18-1Lines changed: 18 additions & 1 deletion
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 classic 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 and Azure Blob Storage.
14
+
The helm classic 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 for each of the Workflow subsystems: builder, registry and database
17
17
* Note: Depending on your chosen object storage you may need to provide globally unique bucket names.
@@ -40,6 +40,13 @@ The helm classic chart for Deis Workflow can be easily configured to connect Wor
0 commit comments