Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MOSIP-35421] Added values.yaml file for esignet apitestrig. #905

Open
wants to merge 2 commits into
base: MOSIP-32901
Choose a base branch
from
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
Loading