Skip to content

Commit

Permalink
Separate out prefect server install
Browse files Browse the repository at this point in the history
  • Loading branch information
jimid27 committed Dec 6, 2023
1 parent ecec039 commit d9cddbe
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint and Test Prefect Server Chart
name: Lint and Test Prometheus Prefect Exporter Chart

"on":
pull_request:
Expand Down Expand Up @@ -37,7 +37,11 @@ jobs:
with:
node_image: "kindest/node:v${{ matrix.kubernetes }}"

- name: Run chart-testing (install)
- name: Install Prefect Server
run: |
helm dependency build ./charts/prefect-server/
helm install prefect-server -n default ./charts/prefect-server/ --set=postgresql.auth.password=TESTING
- name: Run chart-testing (install)
run: |
ct install --config .github/linters/prometheus-prefect-exporter-ct.yaml --helm-extra-set-args "--set=prefectApiUrl=http://prefect-server.default.svc.cluster.local:4200/api"

0 comments on commit d9cddbe

Please sign in to comment.