Skip to content

Commit

Permalink
Feature/add support for vm alert (#17)
Browse files Browse the repository at this point in the history
* init vmalert

* helm-docs + aoi alerting enablement feat

* change default clusterid

* helm-docs

* disable alerting by default
update version
update docs

* update helm package to support deploying alerting stack

* add victoria metrics alerts

* add helm depency pull

---------

Co-authored-by: Alexander Soelberg Heidarsson <[email protected]>
  • Loading branch information
netic-rkm and alex5517 authored Feb 7, 2024
1 parent 90b4a39 commit 24d8ced
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
# echo Generating documentation caused a change - did you forget to run 'helm-docs' before commit?
# exit 1
# fi

- name: Add repositories
run: |
for dir in $(ls -d charts/*/); do
helm dependency list $dir 2> /dev/null | tail +2 | head -n -1 | awk '{ print "helm repo add " $1 " " $3 }' | while read cmd; do $cmd; done
done
#
# Deploy
#
Expand Down

0 comments on commit 24d8ced

Please sign in to comment.