Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/storage: fix a typo and yaml formatting #1847

Merged
merged 1 commit into from
Dec 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We recommend the latter as it gives an explicit static view of configuration for

Don't be afraid of multiline flags!

In Kubernetes it is as easy as (on Thanos sidecar example)::
In Kubernetes it is as easy as (on Thanos sidecar example):

```yaml
- args:
Expand Down Expand Up @@ -326,8 +326,8 @@ To use Tencent COS as storage store, you should apply a Tencent Account to creat

To configure Tencent Account to use COS as storage store you need to set these parameters in yaml format stored in a file:

[embedmd]:# (flags/config_bucket_cos.txt $)
```$
[embedmd]:# (flags/config_bucket_cos.txt yaml)
```yaml
type: COS
config:
bucket: ""
Expand All @@ -344,8 +344,8 @@ In order to use AliYun OSS object storage, you should first create a bucket with

To use AliYun OSS object storage, please specify following yaml configuration file in `objstore.config*` flag.

[embedmd]:# (flags/config_bucket_aliyunoss.txt $)
```$
[embedmd]:# (flags/config_bucket_aliyunoss.txt yaml)
```yaml
type: ALIYUNOSS
config:
endpoint: ""
Expand Down