Skip to content

Commit

Permalink
[MOSIP-35421] Added values.yaml file for admin uitestrig
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanraj209 <[email protected]>
  • Loading branch information
Mohanraj209 committed Sep 19, 2024
1 parent e266c9b commit 59a67bd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deploy/admin-uitestrig/README.md
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
```
7 changes: 7 additions & 0 deletions deploy/admin-uitestrig/values.yaml
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

0 comments on commit 59a67bd

Please sign in to comment.