Skip to content

Commit

Permalink
chore(taskfiles): add jq as deps
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jan 3, 2025
1 parent 8ec56a9 commit 7380bd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .taskfiles/bootstrap/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tasks:
preconditions:
- talosctl config info
- test -f {{.CLUSTER_DIR}}/talosconfig
- which ls minijinja-cli sops talosctl
- which jq ls minijinja-cli sops talosctl

apps:
desc: Bootstrap Apps [CLUSTER=main]
Expand Down Expand Up @@ -60,7 +60,7 @@ tasks:
vars: [CLUSTER, MODEL]
preconditions:
- test -f {{.BOOTSTRAP_RESOURCES_DIR}}/wipe-rook.yaml.j2
- which kubectl minijinja-cli stern talosctl
- which jq kubectl minijinja-cli stern talosctl

flux:
desc: Bootstrap Flux [CLUSTER=main]
Expand All @@ -80,4 +80,4 @@ tasks:
vars: [CLUSTER]
preconditions:
- op user get --me
- which curl flux kubectl ls op
- which curl flux jq kubectl ls op

0 comments on commit 7380bd2

Please sign in to comment.