Skip to content

Commit

Permalink
Merge pull request #379 from mosip/ckm007-patch-1
Browse files Browse the repository at this point in the history
[DSD-1750] added dependency update command
  • Loading branch information
ckm007 committed Dec 21, 2022
2 parents d775ece + 6b28214 commit b6439cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ fi

NS=compliance-toolkit

echo Updating Helm Dependencies
helm dependency update

echo Create $NS namespace
kubectl create ns $NS

Expand Down

0 comments on commit b6439cb

Please sign in to comment.