Skip to content

Commit

Permalink
aligning state store names on statestore
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Yuknewicz <[email protected]>
  • Loading branch information
Paul Yuknewicz authored and Paul Yuknewicz committed Sep 23, 2023
1 parent 8fefd7b commit 72d0791
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/components/state_redis.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: statestore-actors
name: statestore
spec:
type: state.redis
version: v1
Expand Down
2 changes: 2 additions & 0 deletions workflows/csharp/sdk/dapr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
version: 1
common:
resourcesPath: ../../components
apps:
- appID: order-processor
appDirPath: ./order-processor/
Expand Down

0 comments on commit 72d0791

Please sign in to comment.