Skip to content

Commit

Permalink
add k3s kubeconfig path
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Nov 6, 2023
1 parent a89083c commit ad0a28d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
# k3s releases: https://github.com/k3s-io/k3s/releases
k3s_version: ['', v1.28.2+k3s1, v1.27.7+k3s1, v1.26.10+k3s1]
runs-on: ubuntu-latest
env:
KUBECONFIG: /etc/rancher/k3s/k3s.yaml
steps:
- name: Setup k3s
run: |
Expand Down

0 comments on commit ad0a28d

Please sign in to comment.