add debugging
All checks were successful
renovate / renovate (push) Successful in 1m13s

This commit is contained in:
2025-12-03 22:20:57 -06:00
parent 886bc214f9
commit 51ab65a9c2

View File

@@ -133,6 +133,8 @@ jobs:
chart_path=${MAIN_DIR}/clusters/${CLUSTER}/helm/$dir
chart_name=$(basename "$chart_path")
echo ""
echo ""
echo ">> Rendering chart: $chart_name"
echo ">> Chart path $chart_path"
@@ -188,6 +190,7 @@ jobs:
echo ""
echo ">> Manifests for $chart_name rendered to $OUTPUT_FOLDER"
ls $OUTPUT_FOLDER
echo ""
else
echo ""
@@ -196,6 +199,8 @@ jobs:
fi
done
ls ${MAIN_DIR}
echo "----"
- name: Check for Changes