Skip to content

Commit

Permalink
Modifying openstack-exporter to reference it as openstack-api-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
the2hill committed Feb 26, 2024
1 parent 4747cf4 commit 9fcc6a9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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,9 +45,9 @@ 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
--post-renderer-args monitoring/openstack-api-exporter/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return helm Build
uses: actions/upload-artifact@v2
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
resources:
- hpa-openstack-api-exporter.yaml
- all.yaml

This file was deleted.

0 comments on commit 9fcc6a9

Please sign in to comment.