feat: network-overhaul #1038

Merged
jahanson merged 13 commits from network-overhaul into main 2025-01-01 01:42:14 -06:00
Showing only changes of commit 68dc5fdf4e - Show all commits

View file

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