diff --git a/deploy/admin-uitestrig/README.md b/deploy/admin-uitestrig/README.md new file mode 100644 index 00000000..4bd7d962 --- /dev/null +++ b/deploy/admin-uitestrig/README.md @@ -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 +``` diff --git a/deploy/admin-uitestrig/values.yaml b/deploy/admin-uitestrig/values.yaml new file mode 100644 index 00000000..4e71f12e --- /dev/null +++ b/deploy/admin-uitestrig/values.yaml @@ -0,0 +1,7 @@ +modules: + - name: adminui + enabled: true + image: + registry: docker.io + repository: mosipqa/admintest + tag: develop