Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Add metricbeat chart #127

Merged
merged 15 commits into from
Jul 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Always install helm chart dependencies
  • Loading branch information
Crazybus committed Jul 1, 2019
commit 39c3c86979fb70a62a2b96ef0e59ba4ef0466aef
4 changes: 3 additions & 1 deletion helpers/terraform/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ up: k8s
for i in 1 2 3 4 5; do helm init --wait --upgrade && break || sleep 5; done

integration: creds
cd ../../$(CHART)/examples/$(SUITE) && \
cd ../../$(CHART)/ && \
helm dependency update && \
cd ./examples/$(SUITE) && \
make

build:
Expand Down