Skip to content

Commit

Permalink
Modifying openstack exporter to reference it as openatck-api-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
the2hill committed Feb 20, 2024
1 parent 6b5ee26 commit b81f2b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Helm GitHub Actions for openstack-exporter
on:
pull_request:
paths:
- helm-configs/monitoring/openstack-exporter/**
- kustomize/monitoring/openstack-exporter/**
- .github/workflows/helm-openstack-exporter.yaml
- helm-configs/monitoring/openstack-api-exporter/**
- kustomize/monitoring/openstack-api-exporter/**
- .github/workflows/helm-openstack-api-exporter.yaml
jobs:
helm:
strategy:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
--namespace=openstack \
--wait \
--timeout 120m \
-f ${{ github.workspace }}/helm-configs/monitoring/openstack-exporter/openstack-exporter-helm-overrides.yaml \
-f ${{ github.workspace }}/helm-configs/monitoring/openstack-api-exporter/openstack-api-exporter-helm-overrides.yaml \
--post-renderer ${{ github.workspace }}/kustomize/kustomize.sh \
--post-renderer-args monitoring/openstack-exporter/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return helm Build
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resources:
- hpa-openstack-api-exporter.yaml
- all.yaml
- hpa-openstack-exporter.yaml

0 comments on commit b81f2b9

Please sign in to comment.