mirror of https://github.com/dapr/docs.git
Merge branch 'issue_4118' of https://github.com/hhunter-ms/docs into issue_4118
This commit is contained in:
commit
c274edf6e4
|
@ -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"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue