mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-19 22:42:44 +00:00
ensure the kind cluster name to "kind"
Signed-off-by: Adam Zhang <adam.zhang@broadcom.com>
This commit is contained in:
@@ -137,6 +137,7 @@ jobs:
|
||||
docker run -d --rm -p 9000:9000 -e "MINIO_ROOT_USER=minio" -e "MINIO_ROOT_PASSWORD=minio123" -e "MINIO_DEFAULT_BUCKETS=bucket,additional-bucket" bitnami/minio:local
|
||||
- uses: helm/kind-action@v1
|
||||
with:
|
||||
cluster_name: "kind"
|
||||
version: "v0.32.0"
|
||||
node_image: "kindest/node:v${{ matrix.k8s }}"
|
||||
- name: Fetch built CLI
|
||||
|
||||
Reference in New Issue
Block a user