diff --git a/deploy/inji-verify-ui/install.sh b/deploy/inji-verify-ui/install.sh index 98308909..62943800 100644 --- a/deploy/inji-verify-ui/install.sh +++ b/deploy/inji-verify-ui/install.sh @@ -55,7 +55,8 @@ function installing_inji-verify-ui() { echo Installing INJIVERIFY helm -n $NS install inji-verify-ui mosip/inji-verify-ui \ --set istio.hosts\[0\]=$INJIVERIFY_HOST \ - --version $CHART_VERSION + --version $CHART_VERSION \ + --set inji_verify_service.host="inji-verify-service.$NS" \ kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status