simplify helm deploy args
This commit is contained in:
6
justfile
6
justfile
@@ -1,11 +1,11 @@
|
|||||||
update:
|
update:
|
||||||
bws run 'helmfile deps'
|
bws run 'helmfile deps'
|
||||||
|
|
||||||
deploy ARGS='--output simple -i':
|
deploy ARGS='':
|
||||||
bws run 'helmfile apply {{ARGS}} --skip-deps'
|
bws run 'helmfile apply --output simple --skip-deps {{ARGS}}'
|
||||||
|
|
||||||
diff ARGS='':
|
diff ARGS='':
|
||||||
bws run 'helmfile diff --output dyff {{ARGS}} --skip-deps'
|
bws run 'helmfile diff --output dyff --skip-deps {{ARGS}}'
|
||||||
|
|
||||||
cleanuppods:
|
cleanuppods:
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|||||||
Reference in New Issue
Block a user