Skip to content

Commit

Permalink
chore: fix task
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Nov 19, 2024
1 parent eec6fdb commit 667e141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskfiles/talos/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tasks:
desc: Apply the Talos config on all nodes for an existing cluster [CLUSTER=main]
vars:
HOSTNAMES:
sh: kubectl get nodes --output=jsonpath='{.items[*].metadata.name}'
sh: kubectl get nodes --output=jsonpath='{.items[*].metadata.name}' --context {{.CLUSTER}}
cmds:
- for: { var: HOSTNAMES }
task: apply-node
Expand Down

0 comments on commit 667e141

Please sign in to comment.