Skip to content

Commit

Permalink
Do not override user KUBECONFIG (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
zarelit authored Jan 21, 2024
1 parent 09b7d9b commit 6809a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/kubenix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runCommand "kubenix"
cat <<EOF> $out/bin/kubenix
set -uo pipefail
export KUBECONFIG=$kubeconfig
export KUBECONFIG=\''${KUBECONFIG:-$kubeconfig}
export KUBECTL_EXTERNAL_DIFF=$diff
function _help() {
Expand Down

0 comments on commit 6809a5e

Please sign in to comment.