Skip to content

Commit

Permalink
[DSD-4397]Updated install.sh (#195)
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshitha650 <[email protected]>
  • Loading branch information
Rakshitha650 authored Feb 6, 2024
1 parent e091616 commit b642a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/mock-relying-party-ui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function installing_mock-relying-party-ui() {
--set mock_relying_party_ui.REDIRECT_URI_REGISTRATION="https://$MOCK_UI_HOST/registration" \
--set mock_relying_party_ui.SIGN_IN_BUTTON_PLUGIN_URL="https://$ESIGNET_HOST/plugins/sign-in-button-plugin.js" \
--set istio.hosts\[0\]="$MOCK_UI_HOST" \
-f values.yaml \
--version $CHART_VERSION

kubectl -n $NS get deploy mock-relying-party-ui -o name | xargs -n1 -t kubectl -n $NS rollout status
Expand Down

0 comments on commit b642a9f

Please sign in to comment.