Compare commits
3 Commits
ae5bae26c4
...
af51b80da3
| Author | SHA1 | Date | |
|---|---|---|---|
|
af51b80da3
|
|||
| bee206bec1 | |||
| e4b3d06e1d |
@@ -43,11 +43,13 @@ jobs:
|
||||
if [ -f "$chart_path/Chart.yaml" ]; then
|
||||
OUTPUT_FILE="clusters/$cluster/manifests/$chart_name.yaml"
|
||||
|
||||
cd $chart_path
|
||||
|
||||
echo ">> Building helm dependency ..."
|
||||
helm dependency build
|
||||
|
||||
echo ">> Linting helm ..."
|
||||
helm lint "$chart_path" --namespace "$chart_name" --with-subcharts
|
||||
helm lint --namespace "$chart_name" --with-subcharts
|
||||
|
||||
helm template "$chart_name" "$chart_path" --namespace "$chart_name" > "$OUTPUT_FILE"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user