Update setup-postgresql-v1.md

Mention that `actorStateStore` needs to be `true` if the state store is used for workflows as well (since workflows use actors under the hood).

Signed-off-by: Yossi Spektor <easpex@gmail.com>
This commit is contained in:
Yossi Spektor 2024-12-31 13:20:12 +01:00 committed by GitHub
parent 5660a64b0e
commit caebe93ae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ spec:
# Controls the default mode for executing queries. (optional)
#- name: queryExecMode
# value: ""
# Uncomment this if you wish to use PostgreSQL as a state store for actors (optional)
# Uncomment this if you wish to use PostgreSQL as a state store for actors or workflows (optional)
#- name: actorStateStore
# value: "true"
```