Skip to content

Commit

Permalink
docs: 📝 fix readme about storage type
Browse files Browse the repository at this point in the history
  • Loading branch information
deoomen committed Jun 17, 2024
1 parent 86de54e commit d5ab56e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions charts/dify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ global:

```yaml
global:
storageType: "s3"
extraBackendEnvs:
- name: STORAGE_TYPE
value: "s3"
- name: S3_ENDPOINT
value: "https://my-endpoint.s3.com"
- name: S3_BUCKET_NAME
Expand All @@ -181,9 +180,8 @@ global:

```yaml
global:
storageType: "google-storage"
extraBackendEnvs:
- name: STORAGE_TYPE
value: "google-storage"
- name: GOOGLE_STORAGE_BUCKET_NAME
value: "bucket-name"
- name: GOOGLE_STORAGE_SERVICE_ACCOUNT_JSON_BASE64
Expand Down

0 comments on commit d5ab56e

Please sign in to comment.