Skip to content

Commit

Permalink
fix: correct description for azure blob storage
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraphael committed Nov 21, 2023
1 parent 5ce200d commit b9dbb92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/general/state-stores.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ spec:
# Prefix to objects in the object stores or directory in file system. Default to "hummock".
dataDirectory: hummock
# Declaration of the Google Cloud Storage state store backend.
# Declaration of the Azure Blob Storage state store backend.
azureBlob:
# Endpoint of the Azure Blob service.
endpoint: https://you-blob-service.blob.core.windows.net
Expand All @@ -179,7 +179,7 @@ spec:
# Container name of the Azure Blob service.
container: risingwave
# Credentials to access the Google Cloud Storage bucket.
# Credentials to access the Azure Blob Storage container.
credentials:
# Name of the Kubernetes secret that stores the credentials.
secretName: gcs-credentials
Expand Down Expand Up @@ -223,4 +223,4 @@ spec:
# Working directory root of the Apache HDFS service.
root: risingwave
```
```

0 comments on commit b9dbb92

Please sign in to comment.