Skip to content

Commit

Permalink
updated .envrc-kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Apr 23, 2024
1 parent 99138ee commit 0a1fbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .envrc-kubernetes
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ kube_context(){
export KUBECONFIG="$tmpdir/config.${EUID:-${UID:-$(id -u)}}.$$.$epoch"

# load your real kube config to isolated staging area to source the context info
local src_kubeconfig
local src_kubeconfig=""
if [ -f "$original_kubeconfig" ]; then
src_kubeconfig="$original_kubeconfig"
elif [ -f "$default_kubeconfig" ]; then
Expand Down

0 comments on commit 0a1fbf5

Please sign in to comment.