Skip to content

Commit

Permalink
[DSD-6839] changed default values.yaml from no to yes for (push_repor…
Browse files Browse the repository at this point in the history
…ts_to_s3)key (#1697)

Signed-off-by: bhumi46 <[email protected]>
  • Loading branch information
bhumi46 authored Dec 10, 2024
1 parent ac8e6e8 commit 1020202
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/apitestrig/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function installing_apitestrig() {

echo Installed apitestrig.
return 0
fi
fi
}

# set commands for error handling.
Expand Down
4 changes: 3 additions & 1 deletion deploy/apitestrig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ modules:
image:
repository: mosipqa/apitest-injicertify
tag: develop
pullPolicy: Always
pullPolicy: Always
variables:
push_reports_to_s3: "yes"
2 changes: 1 addition & 1 deletion helm/apitestrig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1020202

Please sign in to comment.