Skip to content

Commit

Permalink
feat(github-actions): install prom crds
Browse files Browse the repository at this point in the history
  • Loading branch information
pree committed Sep 17, 2023
1 parent 133e40e commit c7c2326
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
helm repo add adfinis https://charts.adfinis.com
helm repo add bjw-s https://bjw-s.github.io/helm-charts/
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
- uses: actions/setup-python@v4
with:
Expand All @@ -48,5 +49,8 @@ jobs:
uses: helm/kind-action@v1.8.0
if: steps.list-changed.outputs.changed == 'true'

- name: Install Prometheus CRDs
run: helm install prom-crds prometheus-community/prometheus-operator-crds

- name: Run chart-testing (install)
run: ct install

0 comments on commit c7c2326

Please sign in to comment.