mise config

This commit is contained in:
Joseph Hanson 2025-01-09 15:55:54 -06:00
parent 4a4fa83df5
commit 4f17341f59
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -2,14 +2,13 @@
flux2 = "latest"
helm = "latest"
helmfile = "latest"
kubectl = "latest"
task = "latest"
[env]
KUBECONFIG="{{config_root}}/kubeconfig"
SOPS_AGE_KEY_FILE="{{config_root}}/age.key"
TALOSDIR="{{config_root}}/kubernetes/bootstrap/talos"
TALOSCONFIG="{{env['TALOSDIR']}}/clusterconfig/talosconfig"
KUBECONFIG = "{{config_root}}/kubeconfig"
SOPS_AGE_KEY_FILE = "{{config_root}}/age.key"
TALOSDIR = "{{config_root}}/kubernetes/bootstrap/talos"
TALOSCONFIG = "{{env['TALOSDIR']}}/clusterconfig/talosconfig"
[tasks.aider]
description = "My Aider workflow."