Reputation: 11
I deployed timescale-postgresql using helm:
timescalepostgres timescale/timescaledb-single --version 0.33.1
In the values.yaml
file I kept the wal_level = logical
, however after the deployment I see wal_level
still showing the default value of replica
.
How to change it?
During the helm chart deployment I explicitly mentioned the wal_level:logical
, however it is not changing the default value of replica
.
Upvotes: 1
Views: 2046