Skip to content

Commit

Permalink
k3d conf check
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Jun 19, 2024
1 parent b576762 commit b887c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build cdev
run: |
kubectl get node
ls -la ~/.k3d/
ls -la /github/home/k3d/k3d.yaml
env
exit 1
git config --global --add safe.directory /__w/cluster.dev/cluster.dev
Expand Down
2 changes: 1 addition & 1 deletion tests/k8s/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ disabled: false
backend: default
variables:
k8s_conf:
config_path: "~/.kube/config"
config_path: "/github/home/k3d/k3d.yaml"
config_context: "k3d-test"
consul:
name_override: renamed-redis
Expand Down

0 comments on commit b887c39

Please sign in to comment.