Skip to content

Commit

Permalink
link to example
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
  • Loading branch information
hhunter-ms committed Sep 25, 2023
1 parent e2b6321 commit 836c353
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ scopes:
|--------------------|:--------:|---------|---------|
| apiVersion | Y | The version of the Dapr (and Kubernetes if applicable) API you are calling | `dapr.io/v1alpha1`
| kind | Y | The type of resource. For components is must always be `Component` | `Component`
| auth | N | The name of a secret store where `secretKeyRef` in the metadata lookup the name of secrets used in the component | `appsecretstore`
| auth | N | The name of a secret store where `secretKeyRef` in the metadata lookup the name of secrets used in the component | See [How-to: Reference secrets in components]({{< ref component-secrets >}})
| scopes | N | The applications the component is limited to, specified by their app IDs | `order-processor`, `checkout`
| **metadata** | - | **Information about the component registration** |
| metadata.name | Y | The name of the component | `prod-statestore`
Expand Down

0 comments on commit 836c353

Please sign in to comment.