ci: typo
Some checks failed
Deployment / container (push) Successful in 2m9s
Deployment / helm (push) Failing after 14s

This commit is contained in:
fleaz 2025-05-25 19:25:55 +02:00
parent 8ba515d212
commit 55f9359326
Signed by: fleaz
GPG key ID: 935474624265FE8F

View file

@ -36,7 +36,7 @@ jobs:
cd /tmp
curl -L "https://get.helm.sh/helm-v3.18.0-rc.2-linux-amd64.tar.gz" -o helm.tgz
tar xf helm.tgz
mv liux-amd64/helm /usr/bin/helm
mv linux-amd64/helm /usr/bin/helm
- name: Setup k8s context
run: |
echo "${{secrets.KUBE_API_CRT}}" > /tmp/ca.pem