From 4f17341f59e0df698634faaedbed564bafe0d3d8 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 9 Jan 2025 15:55:54 -0600 Subject: [PATCH] mise config --- mise.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mise.toml b/mise.toml index b053df98..83126c2b 100644 --- a/mise.toml +++ b/mise.toml @@ -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."