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