mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-04-05 17:23:13 +00:00
.gitea/workflows/e2e.yml aktualisiert
This commit is contained in:
@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- name: Create kind cluster
|
||||
run: |
|
||||
docker inspect test-cluster-control-plane || kind create cluster --name test-cluster --wait 5m
|
||||
docker inspect test-cluster-control-plane && mkdir -p ~/.kube && kind get kubeconfig --name test-cluster > ~/.kube/config || kind create cluster --name test-cluster --wait 5m
|
||||
|
||||
- name: Connect kind to the job container's network and fix kubeconfig
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user