From b764252ffcc07847fb2be93a5f89880e287421cd Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Tue, 2 Dec 2025 08:48:50 +0100 Subject: [PATCH] fix prod ns --- .config/bash/gil_specific.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bash/gil_specific.sh b/.config/bash/gil_specific.sh index 23dc1e3..73c784f 100644 --- a/.config/bash/gil_specific.sh +++ b/.config/bash/gil_specific.sh @@ -26,7 +26,7 @@ alias k="kubectl" alias kns="kubens" alias kctx="kubectx" alias fluxUp="flux reconcile source git flux-system" -alias kprod="export AWS_PROFILE='production' && aws sso login && aws eks update-kubeconfig --region eu-west-1 --name rfidprod-production && kubens production && kubectl get po" +alias kprod="export AWS_PROFILE='production' && aws sso login && aws eks update-kubeconfig --region eu-west-1 --name rfidprod-production && kubens prod && kubectl get po" alias kstage="export AWS_PROFILE='staging' && aws sso login && aws eks update-kubeconfig --region eu-west-1 --name rfidprod-staging && kubens preprod && kubectl get po" # Open a port forward session to a remote Kubernetes deployment