From e59065d11166bc6280cd353cd2cb3968a34c271b Mon Sep 17 00:00:00 2001 From: Shinnosuke Sawada-Dazai Date: Thu, 12 Sep 2024 16:25:32 +0900 Subject: [PATCH] Enable the persistence of the Grafana Tempo Signed-off-by: Shinnosuke Sawada-Dazai --- manifests/pipecd/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/pipecd/values.yaml b/manifests/pipecd/values.yaml index 231922b7ef..e5cc4d226c 100644 --- a/manifests/pipecd/values.yaml +++ b/manifests/pipecd/values.yaml @@ -265,6 +265,8 @@ grafana: # Head to the below link to see all available values. # https://github.com/grafana/helm-charts/tree/main/charts/tempo tempo: + persistence: + enabled: true tempo: metricsGenerator: enabled: true