Skip to content

Commit 7505b5b

Browse files
committed
ci testing
1 parent ffc3323 commit 7505b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
direnv allow
4040
make kind-cluster
4141
sudo kind create cluster -v7 --wait 1m --retain --config=$KINDCONFIG
42-
sudo kind get kubeconfig --name cilium | tee $KUBECONFIG
42+
sudo kind get kubeconfig --name kind | tee $KUBECONFIG
4343
sudo chown -R $(id -u):$(id -g) $KUBECONFIG
4444
4545
# - id: wait-kind-ready

0 commit comments

Comments
 (0)