correct env and add aider mise task
This commit is contained in:
parent
96b01e096b
commit
68dc5fdf4e
1 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
||||||
task = "latest"
|
task = "latest"
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
KUBECONFIG="{{config_root}}/kubeconfig)"
|
KUBECONFIG="{{config_root}}/kubeconfig"
|
||||||
SOPS_AGE_KEY_FILE="{{config_root}}/age.key"
|
SOPS_AGE_KEY_FILE="{{config_root}}/age.key"
|
||||||
TALOSCONFIG="{{config_root}}/kubernetes/bootstrap/talos/clusterconfig/talosconfig"
|
TALOSCONFIG="{{config_root}}/kubernetes/bootstrap/talos/clusterconfig/talosconfig"
|
||||||
|
|
||||||
|
[tasks.aider]
|
||||||
|
description = "My Aider workflow."
|
||||||
|
run = "aider --no-auto-commits --cache-prompts --cache-keepalive-pings 12 --no-suggest-shell-commands --watch-files"
|
||||||
|
|
Reference in a new issue