This commit is contained in:
@@ -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
|
||||
helm dependency build "$chart_name"
|
||||
|
||||
echo ">> Linting helm ..."
|
||||
helm lint "$chart_path" --namespace "$chart_name" --with-subcharts
|
||||
helm lint "$chart_name" --namespace "$chart_name" --with-subcharts
|
||||
|
||||
helm template "$chart_name" "$chart_path" --namespace "$chart_name" > "$OUTPUT_FILE"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user