From 5d04b53e4d9b4a11fada1e026ca2a5a62f412b04 Mon Sep 17 00:00:00 2001 From: Aditya Thebe Date: Tue, 14 May 2024 09:48:21 +0545 Subject: [PATCH] fix: set type of otel.labels to string --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 34e8804c..92feb6b6 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -35,7 +35,7 @@ otel: collector: '' serviceName: config-db # labels in "a=b,c=d" format - labels: + labels: '' db: runMigrations: true