simplify helm deploy args

This commit is contained in:
Grant Hunter
2025-12-23 10:45:11 -07:00
parent d9a9187607
commit 6117c9d826

View File

@@ -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