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

Add misssing openssl installation

parent 445416dd
No related branches found
No related tags found
1 merge request!214Test Helm chart in CI pipeline
Pipeline #5662 passed
......@@ -61,13 +61,13 @@ test-helm:
variables:
KUBECTL: v1.21.3
before_script:
- apk add -U wget bash curl
- apk add -U wget bash openssl
# install kubectl
- wget -q -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL}/bin/linux/amd64/kubectl
- chmod +x /usr/local/bin/kubectl
# install k3d
- wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
- curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
- wget -q -O - https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
- k3d help
- k3d version
#- k3d cluster create testgitlabci --agents 1 --wait -p "30000:30000@agent[0]"
......
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