Update daprdocs/content/en/developing-applications/building-blocks/actors/namespaced-actors.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
Hannah Hunter 2024-06-17 15:44:48 -04:00 committed by GitHub
parent 94a7d72362
commit 537b18c832
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ spec:
- name: connectionString
value: "data.db"
- name: tableName
value: "namespace1"
value: "namespace-actorA"
- name: actorStateStore
value: "true"
```