From 6117c9d826d12a639f0440629c3379af93d3c8b2 Mon Sep 17 00:00:00 2001 From: Grant Hunter <5445379+grantdhunter@users.noreply.github.com> Date: Tue, 23 Dec 2025 10:45:11 -0700 Subject: [PATCH] simplify helm deploy args --- justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/justfile b/justfile index 9418c1c..c4a9105 100644 --- a/justfile +++ b/justfile @@ -1,11 +1,11 @@ update: bws run 'helmfile deps' -deploy ARGS='--output simple -i': - bws run 'helmfile apply {{ARGS}} --skip-deps' +deploy ARGS='': + bws run 'helmfile apply --output simple --skip-deps {{ARGS}}' diff ARGS='': - bws run 'helmfile diff --output dyff {{ARGS}} --skip-deps' + bws run 'helmfile diff --output dyff --skip-deps {{ARGS}}' cleanuppods: #!/bin/bash