Skip to content

Commit

Permalink
[MOSIP-35421] Moved installtion scripts of prereg apitestrig.
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanraj209 <[email protected]>
  • Loading branch information
Mohanraj209 committed Sep 18, 2024
1 parent 7b84fd2 commit 3d43a15
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 271 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,6 @@ Prerequisites:
$ ./restart.sh
```
## To deploy Prereg apitestrig within k8s cluster:
### Install
```
$ cd ./apitest/deploy/prereg-apitestrig
$ ./install.sh
```
### Delete
```
$ cd ./apitest/deploy/prereg-apitestrig
$ ./delete.sh
```
## Configuration
Refer to the [configuration guide](docs/configuration.md).
Expand Down
55 changes: 0 additions & 55 deletions apitest/deploy/prereg-apitestrig/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions apitest/deploy/prereg-apitestrig/copy_cm.sh

This file was deleted.

24 changes: 0 additions & 24 deletions apitest/deploy/prereg-apitestrig/copy_secrets.sh

This file was deleted.

30 changes: 0 additions & 30 deletions apitest/deploy/prereg-apitestrig/delete.sh

This file was deleted.

Binary file not shown.
Binary file not shown.
124 changes: 0 additions & 124 deletions apitest/deploy/prereg-apitestrig/install.sh

This file was deleted.

10 changes: 10 additions & 0 deletions deploy/prereg-apitestrig/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# PREREG APITESTRIG

This directory contains `values.yaml` file which contains the latest prereg apitestrig release changes with latest released Docker image and tag.

## TL;DR

```console
$ helm repo add mosip https://mosip.github.io
$ helm install my-release mosip/apitestrig -f values.yaml
```
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ modules:
image:
repository: mosipqa/apitest-prereg
tag: develop
pullPolicy: Always
pullPolicy: Always

0 comments on commit 3d43a15

Please sign in to comment.