Skip to content
Snippets Groups Projects
Commit a01564c6 authored by Sören Henning's avatar Sören Henning
Browse files

Use new port syntax

parent 2f08e377
No related branches found
No related tags found
1 merge request!214Test Helm chart in CI pipeline
Pipeline #5659 failed
......@@ -69,7 +69,9 @@ test-helm:
# install k3d
- wget -q -O - https://raw.githubusercontent.com/rancher/k3d/${K3D}/install.sh | bash
- k3d help
- k3d cluster create testgitlabci --agents 1 --wait -p "30000:30000@agent[0]"
- k3d version
#- k3d cluster create testgitlabci --agents 1 --wait -p "30000:30000@agent[0]"
- k3d cluster create testgitlabci --agents 1 --wait -p "30000:30000@agent:0" # k3d 5.0
# show cluster info
- kubectl cluster-info
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment