Skip to content

Commit

Permalink
Fix k3d connectivity error (#2317)
Browse files Browse the repository at this point in the history
* fix: k3d connectivity problem

Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>

* fix: port number

Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>

---------

Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Feb 1, 2024
1 parent aae1707 commit 2a5261c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/helm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
needs: [detect-ci-container]
container:
image: ghcr.io/vdaas/vald/vald-ci-container:${{ needs.detect-ci-container.outputs.TAG_NAME }}
options: "--add-host=host.docker.internal:host-gateway"
steps:
- name: Check out code.
uses: actions/checkout@v4
Expand All @@ -102,6 +103,8 @@ jobs:
- uses: ./.github/actions/setup-helm

- uses: ./.github/actions/setup-k3d
with:
options: "--api-port host.docker.internal:6443"

- name: Generate ValdRelease schema
run: |
Expand Down

0 comments on commit 2a5261c

Please sign in to comment.