Skip to content

Commit

Permalink
default kubeconfig to ~/.kube/config
Browse files Browse the repository at this point in the history
  • Loading branch information
hall committed Dec 10, 2023
1 parent e4d0365 commit 9832b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- default `KUBECONFIG` to `~/.kube/config` in the `kubenix` package
- removed local `kubectl` and `kubernetes` packages in lieu of those from nixpkgs

## [0.2.0] - 2023-07-07
Expand Down
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:-~/.kube/config}
export KUBECTL_EXTERNAL_DIFF=$diff
function _help() {
Expand Down

0 comments on commit 9832b1e

Please sign in to comment.