From add73003c54fda95cff159f346f81fd14e5baecd Mon Sep 17 00:00:00 2001 From: bhumi46 Date: Tue, 10 Dec 2024 12:11:04 +0530 Subject: [PATCH] [DSD-6839] changed default values.yaml from no to yes for (push_reports_to_s3)key Signed-off-by: bhumi46 --- deploy/apitestrig/install.sh | 2 +- deploy/apitestrig/values.yaml | 4 +++- helm/apitestrig/values.yaml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/deploy/apitestrig/install.sh b/deploy/apitestrig/install.sh index 2a6fa6bbe1..cfaed8c31e 100755 --- a/deploy/apitestrig/install.sh +++ b/deploy/apitestrig/install.sh @@ -163,7 +163,7 @@ function installing_apitestrig() { echo Installed apitestrig. return 0 - fi + fi } # set commands for error handling. diff --git a/deploy/apitestrig/values.yaml b/deploy/apitestrig/values.yaml index 231ae174c5..3a4e312167 100644 --- a/deploy/apitestrig/values.yaml +++ b/deploy/apitestrig/values.yaml @@ -58,4 +58,6 @@ modules: image: repository: mosipqa/apitest-injicertify tag: develop - pullPolicy: Always + pullPolicy: Always + variables: + push_reports_to_s3: "yes" diff --git a/helm/apitestrig/values.yaml b/helm/apitestrig/values.yaml index e673288b37..432f9da897 100644 --- a/helm/apitestrig/values.yaml +++ b/helm/apitestrig/values.yaml @@ -555,5 +555,5 @@ apitestrig: path: "/srv/nfs/sandbox/onboarding" # Dir within the nfs server where config repo is cloned/maintained locally. server: "nfs-server" # Ip address of nfs server. variables: - push_reports_to_s3: "no" + push_reports_to_s3: "yes" enable_insecure: false