Skip to content

Commit cd9c3c8

Browse files
committed
Updating hostname
1 parent ca34d5a commit cd9c3c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ jobs:
356356
set -euo pipefail
357357
cd /workspace
358358
export VP_TEST_OAUTH_ACCESS_TOKEN='${TOKEN}'
359-
export VP_TEST_HOST='${SVC}.${NS}.svc.cluster.local'
359+
export VP_TEST_HOST='verticadb-sample-defaultsubcluster-0.my-verticadb-operator.svc.cluster.local'
360+
360361
export VP_TEST_PORT=5433
361362
export VP_TEST_DATABASE='vdb'
362363
export VP_TEST_OAUTH_USER='oauth_user'

0 commit comments

Comments
 (0)