Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions deploy/esignet-apitestrig/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ESIGNET APITESTRIG

This directory contains `values.yaml` file which contains the latest esignet 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
```
7 changes: 7 additions & 0 deletions deploy/esignet-apitestrig/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
modules:
esignet:
enabled: true
image:
repository: mosipqa/apitest-esignet
tag: develop
pullPolicy: Always