fix review

This commit is contained in:
zhangchao 2021-11-09 09:22:50 +08:00
parent 5038c92b2b
commit 535603894e
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ auth:
secretStore: <SECRET_STORE_NAME>
```
The `secretKeyRef` above is using a secret store to access the tls information, if you don't know how to use secret store, you can read [secret store components]({{< ref setup-secret-store.md >}}) and [Kubernetes secrets store]({{< ref kubernetes-secret-store.md >}}) and [how to reference secrets in Dapr components]({{< ref component-secrets.md >}}) for more information.
The `secretKeyRef` above is referencing a [kubernetes secrets store]({{< ref kubernetes-secret-store.md >}}) to access the tls information. Visit [here]({{< ref setup-secret-store.md >}}) to learn more about how to configure a secret store component.
## Per-call metadata fields