mirror of https://github.com/dapr/docs.git
Fixed URL (#592)
* Fixed URL https://github.com/dapr/docs/blob/master/howto/get-secrets/README.md * Update bindings_api.md
This commit is contained in:
parent
a7668cab5e
commit
e8b0fa0a3f
|
@ -34,7 +34,7 @@ If running self hosted locally, place this file in your `components` folder next
|
|||
|
||||
If running on kubernetes apply the component to your cluster.
|
||||
|
||||
> **Note:** In production never place passwords or secrets within Dapr component files. For information on securely storing and retrieving secrets using secret stores refer to [Setup Secret Store](../../../howto/setup-secret-store)
|
||||
> **Note:** In production never place passwords or secrets within Dapr component files. For information on securely storing and retrieving secrets using secret stores refer to [Setup Secret Store](../../howto/setup-secret-store)
|
||||
|
||||
## Invoking Service Code Through Input Bindings
|
||||
|
||||
|
|
Loading…
Reference in New Issue