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 - 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"
``` ```
@ -77,7 +77,7 @@ spec:
- name: connectionString - name: connectionString
value: "data.db" value: "data.db"
- name: tableName - name: tableName
value: "namespace1" value: "namespace-actorA"
- name: actorStateStore - name: actorStateStore
value: "true" value: "true"
``` ```