mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-21 06:21:43 -04:00
ci: install helm when deploying log collection (#2333)
This commit is contained in:
parent
95cf4bdf21
commit
996542a075
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue