Skip to content

Commit

Permalink
ACS-8862 Test if http-relative-path is still required
Browse files Browse the repository at this point in the history
  • Loading branch information
dsibilio committed Oct 8, 2024
1 parent 8a94fe7 commit 506fca4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ jobs:
--set keycloakx.command[0]="/opt/keycloak/bin/kc.sh" \
--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}/auth" \
--set keycloakx.command[3]="--hostname=https://${HOST}/auth" \
--set keycloakx.imagePullSecrets[0].name="regcred" \
--wait
Expand Down

0 comments on commit 506fca4

Please sign in to comment.