summary refs log tree commit diff
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-08-18 10:25:42 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-08-19 14:10:58 +1000
commit6647988f19269e5cfea349471fae98fa4e7b9033 (patch)
tree30cbcf1c511f2654e3508b4e03b83653d9b32f75
parentafe983cca33d11fa36fe3f7a737e1a1bcae6d048 (diff)
downloadnixpkgs-6647988f19269e5cfea349471fae98fa4e7b9033.tar
nixpkgs-6647988f19269e5cfea349471fae98fa4e7b9033.tar.gz
nixpkgs-6647988f19269e5cfea349471fae98fa4e7b9033.tar.bz2
nixpkgs-6647988f19269e5cfea349471fae98fa4e7b9033.tar.lz
nixpkgs-6647988f19269e5cfea349471fae98fa4e7b9033.tar.xz
nixpkgs-6647988f19269e5cfea349471fae98fa4e7b9033.tar.zst
nixpkgs-6647988f19269e5cfea349471fae98fa4e7b9033.zip
kubernetes: add kubectl to passthru.tests
-rw-r--r--pkgs/applications/networking/cluster/kubernetes/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/kubernetes/default.nix b/pkgs/applications/networking/cluster/kubernetes/default.nix
index c17151b26dd..6b006a507b8 100644
--- a/pkgs/applications/networking/cluster/kubernetes/default.nix
+++ b/pkgs/applications/networking/cluster/kubernetes/default.nix
@@ -91,5 +91,5 @@ buildGoModule rec {
     platforms = platforms.linux;
   };
 
-  passthru.tests = nixosTests.kubernetes;
+  passthru.tests = nixosTests.kubernetes // { inherit kubectl; };
 }