diff --git a/.rtx.toml b/.rtx.toml new file mode 100644 index 00000000..a5e793cd --- /dev/null +++ b/.rtx.toml @@ -0,0 +1,17 @@ +[env] +KUBECTL_INTERACTIVE_DELETE = "true" +KUBECTL_COMMAND_HEADERS = "true" + +[tools] +# kubectl = [""] +# krew = [""] +# kubectx = [""] +# kustomize = [""] +# kubecolor = [""] +flux2 = ["2.1.2"] +talosctl = ["1.5.4"] +talhelper = ["1.14.0"] +cilium-cli= ["0.15.14"] + +[plugins] +talhelper = "https://github.com/bjw-s/asdf-talhelper.git"