From ca8d5b49fe5c148b04a7e96b78b8e68219c73b6c Mon Sep 17 00:00:00 2001 From: saurabh3460 Date: Wed, 31 Jan 2024 17:37:13 +0530 Subject: [PATCH] make uploadEnabled to true and reduce discoveryInterval time --- setup/runwhen-local/helm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/runwhen-local/helm/values.yaml b/setup/runwhen-local/helm/values.yaml index 1072ad2..5e8241b 100644 --- a/setup/runwhen-local/helm/values.yaml +++ b/setup/runwhen-local/helm/values.yaml @@ -106,8 +106,8 @@ discoveryKubeconfig: # also supports upload configuration for continuous updates of RunWhen Platform Workspace # upload is disabled by default; requires a valid uploadInfo.yaml autoRun: - discoveryInterval: 14400 # seconds to wait until a new discovery - uploadEnabled: false # upload configuration to RunWhen Platform + discoveryInterval: 1800 # seconds to wait until a new discovery + uploadEnabled: true # upload configuration to RunWhen Platform uploadMergeMode: "keep-uploaded" # 'keep-uploaded' or 'keep-existing'