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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ Drycc Workflow ships with [Minio][minio] by default, which provides in-cluster,
8
8
9
9
Every component that relies on object storage uses two inputs for configuration:
10
10
11
-
1.Component-specific environment variables (e.g. `BUILDER_STORAGE` and `REGISTRY_STORAGE`)
12
-
2. Access credentials stored as a Kubernetes secret named `objectstorage-keyfile`
11
+
1.You must use object storage services that are compatible with S3 API
12
+
2. Access credentials stored as a Kubernetes secret named `minio-creds`
13
13
14
14
The helm chart for Drycc Workflow can be easily configured to connect Workflow components to off-cluster object storage. Drycc Workflow currently supports Google Compute Storage, Amazon S3, [Azure Blob Storage][] and OpenStack Swift Storage.
0 commit comments