fog/justfile
2025-03-15 15:08:12 -06:00

16 lines
294 B
Makefile

update:
bws run 'helmfile deps'
deploy:
bws run 'helmfile apply'
sdiff:
bws run 'helmfile diff --output simple'
ddiff:
bws run 'helmfile diff --output dyff'
cleanuppods:
kubectl get pods --no-headers | grep -v Running | awk '{print $1}' | xargs kubectl delete pod