Merge branch 'issue_4118' of https://github.com/hhunter-ms/docs into issue_4118

This commit is contained in:
Hannah Hunter 2024-06-17 15:59:31 -04:00
commit c274edf6e4
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ spec:
- name: endpoints
value: localhost:2379
- name: keyPrefixPath
value: namespace1
value: namespace-actorA
- name: actorStateStore
value: "true"
```
@ -77,7 +77,7 @@ spec:
- name: connectionString
value: "data.db"
- name: tableName
value: "namespace1"
value: "namespace-actorA"
- name: actorStateStore
value: "true"
```