diff --git a/justfile b/justfile index b336e68..993efa1 100644 --- a/justfile +++ b/justfile @@ -8,8 +8,10 @@ sdiff ARGS='': bws run 'helmfile diff --output simple' ddiff ARGS='': - bws run 'helmfile diff --output dyff' + bws run 'helmfile diff --output dyff {{ARGS}}' cleanuppods: kubectl get pods --no-headers | grep -v Running | awk '{print $1}' | xargs kubectl delete pod +pgrestart: + kubectl patch postgrescluster/postgres --type merge --patch '{"spec":{"metadata":{"annotations":{"restarted":"'"$(date)"'"}}}}' \ No newline at end of file