-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MOSIP-35421] Added values.yaml file for admin uitestrig
Signed-off-by: Mohanraj209 <[email protected]>
- Loading branch information
1 parent
e266c9b
commit 59a67bd
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# ADMIN UITESTRIG | ||
|
||
This directory contains `values.yaml` file which contains the latest admin uitestrig 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/uitestrig -f values.yaml | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
modules: | ||
- name: adminui | ||
enabled: true | ||
image: | ||
registry: docker.io | ||
repository: mosipqa/admintest | ||
tag: develop |