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:33 -04:00 committed by GitHub
parent d8640e808f
commit 94a7d72362
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ spec:
- name: endpoints - name: endpoints
value: localhost:2379 value: localhost:2379
- name: keyPrefixPath - name: keyPrefixPath
value: namespace1 value: namespace-actorA
- name: actorStateStore - name: actorStateStore
value: "true" value: "true"
``` ```