remove subchart linting
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-12-01 23:11:35 -06:00
parent b9030396c7
commit 10c638bfe8

View File

@@ -112,7 +112,7 @@ jobs:
echo ">> Remove manfiest files and rebuild from source ..."
for dir in ${CHANGED_DIR}; do
chart_path=${MANIFEST_DIR}/clusters/${CLUSTER}/helm/$dir
chart_path=${MANIFEST_DIR}/clusters/${CLUSTER}/manifests/$dir
echo ">> Removing from $chart_path ..."
rm -rf $chart_path/*
@@ -147,7 +147,7 @@ jobs:
echo ""
echo ">> Linting helm ..."
helm lint --namespace "$chart_name" --with-subcharts
helm lint --namespace "$chart_name"
echo ""
echo ">> Rendering templates ..."