Skip to content

Commit

Permalink
fix: use external actions
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Feb 1, 2024
1 parent e782574 commit ba15641
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/helm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs: [detect-ci-container]
container:
image: ghcr.io/vdaas/vald/vald-ci-container:pr-2298
options: "--net host"
# options: "--net host"
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
# ports:
Expand All @@ -45,11 +45,16 @@ jobs:
- uses: ./.github/actions/setup-yq
- uses: ./.github/actions/setup-go
- uses: ./.github/actions/setup-helm
- uses: ./.github/actions/setup-k3d
- uses: AbsaOSS/k3d-action@v2
with:
agents: 3
# ingress_port: 8081
# options: --kubeconfig-update-default --kubeconfig-switch-context
cluster-name: vald
args: >-
--agents 3
# - uses: ./.github/actions/setup-k3d
# with:
# agents: 3
# # ingress_port: 8081
# # options: --kubeconfig-update-default --kubeconfig-switch-context
- name: debug
run: |
kubectl cluster-info
Expand Down

0 comments on commit ba15641

Please sign in to comment.