Skip to content

Commit

Permalink
Fix helm-build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcollom committed Aug 22, 2024
1 parent 717f8c7 commit ad26d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- run: helm dep update

# Ensure that the chart's default values produce manifests
- run: helm template test
- run: helm template test .

- if: ${{inputs.publish}}
name: checkout jetstack-charts
Expand Down

0 comments on commit ad26d9f

Please sign in to comment.