mise config
This commit is contained in:
parent
4a4fa83df5
commit
4f17341f59
1 changed files with 4 additions and 5 deletions
|
@ -2,14 +2,13 @@
|
||||||
flux2 = "latest"
|
flux2 = "latest"
|
||||||
helm = "latest"
|
helm = "latest"
|
||||||
helmfile = "latest"
|
helmfile = "latest"
|
||||||
kubectl = "latest"
|
|
||||||
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"
|
||||||
TALOSDIR="{{config_root}}/kubernetes/bootstrap/talos"
|
TALOSDIR = "{{config_root}}/kubernetes/bootstrap/talos"
|
||||||
TALOSCONFIG="{{env['TALOSDIR']}}/clusterconfig/talosconfig"
|
TALOSCONFIG = "{{env['TALOSDIR']}}/clusterconfig/talosconfig"
|
||||||
|
|
||||||
[tasks.aider]
|
[tasks.aider]
|
||||||
description = "My Aider workflow."
|
description = "My Aider workflow."
|
||||||
|
|
Reference in a new issue