Skip to content
Snippets Groups Projects
Verified Commit 867c1cbb authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

opentelemetry: Fix edge case

When no indexes key was present in the default values, we were forced to systematically
declare the index names (which was not initially intended). Adding this key make it
optional as intended (default values are computed in the chart).

Refs. swh/infra/sysadm-environment#4524
parent f2ea0c0d
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ otlpCollector:
debug: false
version: 0.57.0
# namespace: opentelemetry
# indexes:
indexes: {}
# swh: staging-logs
# system: staging-system-logs
# resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment