ci: Fix syntax
Some checks failed
Deployment / container (push) Successful in 2m43s
Deployment / helm (push) Failing after 23s

This commit is contained in:
fleaz 2025-05-25 18:06:39 +02:00
parent eb5fed877c
commit 0b9a391bfa
Signed by: fleaz
GPG key ID: 935474624265FE8F

View file

@ -27,7 +27,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- apt update && apt install kubectl helm
- run: apt update && apt install kubectl helm
- name: Setup k8s context
run: |
echo "${{secrets.KUBE_API_CRT}}" > /tmp/ca.pem