From 85d73d25ff96da3340c6b2eb4089eba2ce0fb680 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Wed, 31 Aug 2022 11:09:26 +0200 Subject: [PATCH] feat(k8s): alias for new EU cluster --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 49ef3f3..952cb4a 100644 --- a/home.nix +++ b/home.nix @@ -348,6 +348,7 @@ source <(kubectl completion zsh) p = "~/.platformsh/bin/platform"; k = "kubectl --context build"; kp = "kubectl --context prod.eu1"; + kp2 = "kubectl --context prod-eu2"; flyctl = "~/.fly/bin/flyctl"; g = "git"; tg = "tig --all";