From 9c7436946f2e2abcef1f356bccf03fad42bd44d0 Mon Sep 17 00:00:00 2001 From: techno-467 Date: Mon, 9 Sep 2024 16:47:45 +0530 Subject: [PATCH] [MOSIP-35160] added helm and installation script for admin-ui Signed-off-by: techno-467 --- helm/admin-ui/README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/helm/admin-ui/README.md b/helm/admin-ui/README.md index 70af4983..ab0f1219 100644 --- a/helm/admin-ui/README.md +++ b/helm/admin-ui/README.md @@ -1,4 +1,4 @@ -# Authmanager +# Admin-ui Helm chart for installing MOSIP Admin UI module @@ -8,26 +8,3 @@ Helm chart for installing MOSIP Admin UI module $ helm repo add mosip https://mosip.github.io $ helm install my-release mosip/admin-ui ``` - -## Prerequisites - -- Kubernetes 1.12+ -- Helm 3.1.0 -- PV provisioner support in the underlying infrastructure -- ReadWriteMany volumes for deployment scaling - -## Installing the Chart - -To install the chart with the release name `admin-ui`. - -```console -helm install my-release mosip/admin-ui -``` - -> **Tip**: List all releases using `helm list` - -## Uninstalling the Chart - -To uninstall/delete the `my-release` deployment: - -