From b38ea2d4493f5a3007e7a3c55fd58a6b283a5a29 Mon Sep 17 00:00:00 2001 From: Mohanraj209 Date: Thu, 19 Sep 2024 11:17:26 +0530 Subject: [PATCH] [MOSIP-35421] Moved installtion scripts of esignet apitestrig. Signed-off-by: Mohanraj209 --- deploy/esignet-apitestrig/README.md | 10 ++++++++++ deploy/esignet-apitestrig/values.yaml | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 deploy/esignet-apitestrig/README.md create mode 100644 deploy/esignet-apitestrig/values.yaml diff --git a/deploy/esignet-apitestrig/README.md b/deploy/esignet-apitestrig/README.md new file mode 100644 index 000000000..b142028cd --- /dev/null +++ b/deploy/esignet-apitestrig/README.md @@ -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 +``` diff --git a/deploy/esignet-apitestrig/values.yaml b/deploy/esignet-apitestrig/values.yaml new file mode 100644 index 000000000..0d4623d75 --- /dev/null +++ b/deploy/esignet-apitestrig/values.yaml @@ -0,0 +1,7 @@ +modules: + esignet: + enabled: true + image: + repository: mosipqa/apitest-esignet + tag: develop + pullPolicy: Always