ci: install helm when deploying log collection (#2333)

This commit is contained in:
3u13r 2023-09-14 12:03:13 +02:00 committed by GitHub
parent 95cf4bdf21
commit 996542a075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,13 @@ runs:
--fields github.e2e-test-provider="${{ inputs.provider }}" \
--fields deployment-type="k8s"
# Make sure that helm is installed
# This is not always the case, e.g. on MacOS runners
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: latest
- name: Deploy Logstash
id: deploy-logstash
shell: bash