Skip to content

Commit

Permalink
Adding new configurationstores recipe to readme
Browse files Browse the repository at this point in the history
Signed-off-by: SoTrxII <[email protected]>
  • Loading branch information
SoTrx committed Sep 23, 2024
1 parent 41f00c0 commit 2386faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local-dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The [local-dev](/local-dev) directory contains lightweight Recipes for developme
| Recipe | Resource | Description | Template Path |
|--------|----------|-------------|---------------|
| [`local-dev/daprconfigurationstores`](/local-dev/configurationstores.bicep) | `Applications.Dapr/configurationStores` | A lightweight container running the `redis` image and a Redis Dapr Configuration Store component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprconfigurationstores:TAG` |
| [`local-dev/daprpubsubbrokers`](/local-dev/pubsubbrokers.bicep) | `Applications.Dapr/pubSubBrokers` | A lightweight container running the `redis` image and a Redis Dapr Pub/Sub component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprpubsubbrokers:TAG` |
| [`local-dev/daprstatestores`](/local-dev/statestores.bicep) | `Applications.Dapr/stateStores` |A lightweight container running the `redis` image and a Redis Dapr state store component for development purposes. | `ghcr.io/radius-project/recipes/local-dev/daprstatestores:TAG` |
| [`local-dev/secretStores`](/local-dev/secretstores.bicep) | `Applications.Dapr/secretStores` | A kubernetes secret store type for development purposes. | `ghcr.io/radius-project/recipes/local-dev/secretstores:TAG` |
Expand Down

0 comments on commit 2386faf

Please sign in to comment.