From 49fcaf7d1a548622f8c7482f5ef22875e693e166 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 16 Dec 2024 10:50:20 -0800 Subject: update the alias to fetch the kube config --- nix/users/fcuny/k8s.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nix/users/fcuny') diff --git a/nix/users/fcuny/k8s.nix b/nix/users/fcuny/k8s.nix index 01fb802..5461142 100644 --- a/nix/users/fcuny/k8s.nix +++ b/nix/users/fcuny/k8s.nix @@ -27,7 +27,8 @@ programs.fish = { shellAliases = { ukctx = '' - ${pkgs.gh}/bin/gh api "repos/Roblox/prophase/contents/path/to/file" --jq '.content' | base64 -d > ~/.kube/rksconfig''; + GH_HOST=github.rbx.com ${pkgs.gh}/bin/gh api "repos/Roblox/cell-lifecycle/contents/rks/kubeconfig" --jq '.content' | base64 -d > ~/.kube/rksconfig + ''; }; }; } -- cgit 1.4.1