mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-02 18:44:49 -05:00
ci: install helm when deploying log collection (#2333)
This commit is contained in:
parent
95cf4bdf21
commit
996542a075
@ -48,6 +48,13 @@ runs:
|
|||||||
--fields github.e2e-test-provider="${{ inputs.provider }}" \
|
--fields github.e2e-test-provider="${{ inputs.provider }}" \
|
||||||
--fields deployment-type="k8s"
|
--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
|
- name: Deploy Logstash
|
||||||
id: deploy-logstash
|
id: deploy-logstash
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user