From 506fca422573ecfe03a34a80ca10501c98afcff3 Mon Sep 17 00:00:00 2001 From: Domenico Sibilio Date: Tue, 8 Oct 2024 10:49:22 +0200 Subject: [PATCH] ACS-8862 Test if http-relative-path is still required --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03631f5..2f37fd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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