mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-04-05 09:10:46 +00:00
fixes
This commit is contained in:
@ -20,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create kind cluster
|
- name: Create kind cluster
|
||||||
run: |
|
run: |
|
||||||
docker inspect "$KIND_CONTAINER" || kind create cluster --name test-cluster --wait 5m
|
docker inspect test-cluster-control-plane || kind create cluster --name test-cluster --wait 5m
|
||||||
|
|
||||||
- name: Connect kind to the job container's network and fix kubeconfig
|
- name: Connect kind to the job container's network and fix kubeconfig
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user