Skip to content

Commit

Permalink
[INJIVER-722] - add helm env
Browse files Browse the repository at this point in the history
Signed-off-by: Sreenadh S <[email protected]>
  • Loading branch information
sree96 committed Nov 13, 2024
1 parent 1be94a3 commit a8ea300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/inji-verify-ui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a8ea300

Please sign in to comment.