Skip to content

Commit

Permalink
ACS-8862 Migrate --hostname option
Browse files Browse the repository at this point in the history
  • Loading branch information
dsibilio committed Oct 8, 2024
1 parent 6a3d1ce commit 8a94fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
--set keycloakx.command[1]="start" \
--set keycloakx.command[2]="--import-realm" \
--set keycloakx.command[3]="--http-relative-path=/auth" \
--set keycloakx.command[4]="--hostname=https://${HOST}" \
--set keycloakx.command[4]="--hostname=https://${HOST}/auth" \
--set keycloakx.imagePullSecrets[0].name="regcred" \
--wait
Expand Down
2 changes: 1 addition & 1 deletion test/scripts/set_idp_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ while [ "$PODS_COUNTER" -lt "$PODS_COUNTER_MAX" ]; do
continue
done
if [ "$PODS_COUNTER" -ge "$PODS_COUNTER_MAX" ]; then
log_info "AIS did not started properly - exit"
log_info "AIS did not start properly - exit"
exit 1
fi

Expand Down

0 comments on commit 8a94fe7

Please sign in to comment.