helm-charts
helm-charts copied to clipboard
fix: Use visibility server when defining visibility config
What was changed
Why?
When the default store uses cassandra and the visibility store sql the config was not including the sql part
Checklist
-
Closes
-
How was this tested:
Using the following values
server:
replicaCount: 1
config:
persistence:
default:
cassandra:
hosts:
- cassandra
port: 9042
visibility:
driver: "sql"
sql:
driver: "postgres"
host: "postgres"
port: 5432
database: "temporal_visibility"
user: "postgres"
password: "postgres"
maxConns: 20
maxConnLifetime: "1h"
- Any docs updates needed?
Thanks :)