From e620b21aea42cb137fb3a60e4bd51dbc57f4cca3 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Wed, 29 Nov 2023 12:53:38 +0800 Subject: [PATCH] feat: add .rtx.toml --- .rtx.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .rtx.toml 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"