Skip to content

Commit

Permalink
fix log-k8s for multi context
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Feb 7, 2023
1 parent b36c173 commit bf7e15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bosh-cli/log-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ if [ ${flagError} = 0 ] ; then

if [ ${flagError} = 0 ] ; then
printf "\n\n%bCluster \"${K8S_CONTEXT}\" available.%b\n" "${YELLOW}${REVERSE}" "${STD}"
export KUBECONFIG="${HOME}/.kube/config"
fi
fi
fi

0 comments on commit bf7e15a

Please sign in to comment.