Skip to content

Commit

Permalink
[MOSIP-36836] added helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshithb1 <rakshit.b@technoforte.co.in>
  • Loading branch information
Rakshithb1 committed Nov 7, 2024
1 parent c3454a4 commit 24c4680
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions deploy/inji-verify-service/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function installing_inji-verify-service() {

echo Istio label
kubectl label ns $NS istio-injection=enabled --overwrite
#helm repo add mosip https://mosip.github.io/mosip-helm
#helm repo update
helm repo add mosip https://mosip.github.io/mosip-helm
helm repo update

echo Copy configmaps
./copy_cm.sh
Expand All @@ -37,8 +37,7 @@ function installing_inji-verify-service() {
fi

echo Installing inji-verify-service
helm -n $NS install inji-verify-service /d/inji-verify/helm/inji-verify-service --version $CHART_VERSION $ENABLE_INSECURE
#helm -n $NS install inji-verify-service mosip/inji-verify-service --version $CHART_VERSION $ENABLE_INSECURE
helm -n $NS install inji-verify-service mosip/inji-verify-service --version $CHART_VERSION $ENABLE_INSECURE

kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status

Expand Down
3 changes: 1 addition & 2 deletions deploy/inji-verify-ui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ function installing_inji-verify-ui() {

INJIVERIFY_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-injiverify-host})
echo Installing INJIVERIFY
# helm -n $NS install inji-verify-ui mosip/inji-verify-ui \
helm -n $NS install inji-verify-ui /d/inji-verify/helm/inji-verify-ui \
helm -n $NS install inji-verify-ui mosip/inji-verify-ui \
--set istio.hosts\[0\]=$INJIVERIFY_HOST \
--version $CHART_VERSION

Expand Down

0 comments on commit 24c4680

Please sign in to comment.