Skip to content

Commit

Permalink
Remove spaces in options
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmin1992 authored and ti-chi-bot committed Sep 26, 2023
1 parent 35f285e commit 2095550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh/grant-permissions-to-remote-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Azure 的客户端支持读取进程环境变量中的 `AZURE_STORAGE_ACCOUNT`
{{< copyable "shell-regular" >}}

```shell
kubectl create secret generic azblob-secret-ad --from-literal=AZURE_STORAGE_ACCOUNT=xxx --from-literal=AZURE_CLIENT_ID=yyy --from- literal=AZURE_TENANT_ID=zzz --from-literal=AZURE_CLIENT_SECRET=aaa --namespace=test1
kubectl create secret generic azblob-secret-ad --from-literal=AZURE_STORAGE_ACCOUNT=xxx --from-literal=AZURE_CLIENT_ID=yyy --from-literal=AZURE_TENANT_ID=zzz --from-literal=AZURE_CLIENT_SECRET=aaa --namespace=test1
```

2. 绑定 secret 到 TiKV Pod:
Expand Down

0 comments on commit 2095550

Please sign in to comment.