Skip to content

Commit

Permalink
Fix hardcoded kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzapim committed May 5, 2024
1 parent d29d242 commit f649d0b
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 @@ -15,7 +15,7 @@ let
inherit module specialArgs;
}).config.kubernetes or { };

kubeconfig = "/home/pim/.kube/config"; # kubernetes.kubeconfig or "";
kubeconfig = kubernetes.kubeconfig or "";
result = kubernetes.result or "";

# kubectl does some parsing which removes the -I flag so
Expand Down

0 comments on commit f649d0b

Please sign in to comment.