Skip to content

Commit

Permalink
Helm chart: fix CI failure when there are no changes to the chart (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra authored Oct 17, 2024
1 parent 5ae0f0f commit 635be51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
-t polaris:latest .
- name: Install fixtures
if: steps.list-changed.outputs.changed == 'true'
run: |
kubectl create namespace polaris-ns
kubectl apply --namespace polaris-ns $(find helm/polaris/ci/fixtures -name "*.yaml" -exec echo -n "-f {} " \;)
Expand Down

0 comments on commit 635be51

Please sign in to comment.