From 419d1d75f883cfbfbc48e671f01e40c95f10028f Mon Sep 17 00:00:00 2001 From: Amir Blum Date: Mon, 4 Nov 2024 13:41:45 +0200 Subject: [PATCH] fix: instrumentor failed to read tier from helm deployment --- helm/odigos/templates/instrumentor/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/odigos/templates/instrumentor/deployment.yaml b/helm/odigos/templates/instrumentor/deployment.yaml index 43c106181..db0422a1e 100644 --- a/helm/odigos/templates/instrumentor/deployment.yaml +++ b/helm/odigos/templates/instrumentor/deployment.yaml @@ -48,6 +48,8 @@ spec: - configMapRef: name: odigos-own-telemetry-otel-config optional: true + - configMapRef: + name: odigos-deployment livenessProbe: httpGet: path: /healthz