Skip to content

Commit

Permalink
Setup Prometheus
Browse files Browse the repository at this point in the history
Signed-off-by: Bartosz Zurkowski <[email protected]>
  • Loading branch information
bzurkowski committed Sep 10, 2022
1 parent 5605b62 commit 3794f1e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,21 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@v3

- name: Setup Prometheus
run: |
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
helm install prometheus prometheus-community/kube-prometheus-stack \
--version 12.7.0 \
--namespace monitoring \
--create-namespace \
--values ${{ github.workspace }}/helm/examples/integrations/prometheus/values.yaml
- name: Test kind and helm
run: |
helm version
kubectl get pods -A
kubectl get pods -n monitoring
test-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3794f1e

Please sign in to comment.