Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespaceOverride: ""
# TimescaleDB single helm chart configuration
timescaledb-single:
# disable the chart if an existing TimescaleDB instance is used
enabled: &dbEnabled "true"
enabled: &dbEnabled true
# TimescaleDB image tag
image:
tag: pg12-ts2.1-latest
Expand Down Expand Up @@ -50,7 +50,7 @@ promscale:
# needs to be enabled for tracing support in Promscale
# to expose traces port, add tracing args to Promscale
openTelemetry:
enabled: &otelEnabled "false"
enabled: &otelEnabled false
# to pass extra args
# extraArgs: []

Expand Down