Compare commits
1 Commits
1f9ea6b7b9
...
36e89677ca
Author | SHA1 | Date | |
---|---|---|---|
36e89677ca
|
@@ -28,6 +28,15 @@ jobs:
|
|||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
version: latest
|
version: latest
|
||||||
|
|
||||||
|
- name: Lint Helm Chart
|
||||||
|
run: |
|
||||||
|
find clusters -maxdepth 4 -name Chart.yaml -exec dirname {} \; | while read -r chart_path; do
|
||||||
|
echo "Building chart dependency in $chart_path"
|
||||||
|
helm dependency build "$chart_path"
|
||||||
|
echo "Linting chart in $chart_path"
|
||||||
|
helm lint "$chart_path"
|
||||||
|
done
|
||||||
|
|
||||||
- name: Lint Helm Chart
|
- name: Lint Helm Chart
|
||||||
run: |
|
run: |
|
||||||
set -e # Exit immediately if a command exits with a non-zero status.
|
set -e # Exit immediately if a command exits with a non-zero status.
|
||||||
|
Reference in New Issue
Block a user