MOAR debug

Signed-off-by: Tim Collins <tim@thecollins.team>
This commit is contained in:
Tim Collins 2024-11-21 07:57:49 +00:00
parent f548edb08c
commit 7b4dfbd8f6
No known key found for this signature in database
GPG key ID: 09F625E00301ED18

View file

@ -102,6 +102,9 @@ jobs:
du -sh charts/argo-workflows
echo "Disk usage of charts/argo-workflows/templates..."
du -sh charts/argo-workflows/templates
echo "Largest files in charts/argo-workflows..."
du -a /charts/argo-workflows/ | sort -n -r | head -n 5
echo "---"
echo "contents of charts/argo-workflows..."
ls -lah charts/argo-workflows
echo "contents of charts/argo-workflows/templates..."