From e027ea5ef8a3e1c22f184992ad7bb03ce0a36330 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Wed, 19 Jun 2024 21:17:09 +0300 Subject: [PATCH] fix tests --- charts/cf-runtime/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cf-runtime/values.yaml b/charts/cf-runtime/values.yaml index 229f67b9..467c8eb4 100644 --- a/charts/cf-runtime/values.yaml +++ b/charts/cf-runtime/values.yaml @@ -543,7 +543,7 @@ runtime: # -- Enable debug-level logging of outgoing HTTP/HTTPS requests LOG_OUTGOING_HTTP_REQUESTS: false # -- Enable emitting metrics from engine - METRICS_PROMETHEUS_ENABLED: true + METRICS_PROMETHEUS_ENABLED: true # -- Set workflow limits. workflowLimits: # -- Maximum time allowed to the engine to wait for the pre-steps (aka "Initializing Process") to succeed; seconds.