summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2020-03-11 07:45:33 +0100
committerGitHub <noreply@github.com>2020-03-11 07:45:33 +0100
commit90939284446459c1b91c1e92843677c09464d74c (patch)
tree3cd05a559fff54c46862ead307b2bb287389d8d4 /nixos
parent9979ce4f1d416b1e214f40fbe9a9a29a14ef9e13 (diff)
parent78ee22041a25d024358d36167ddb800cd8e558b9 (diff)
downloadnixpkgs-90939284446459c1b91c1e92843677c09464d74c.tar
nixpkgs-90939284446459c1b91c1e92843677c09464d74c.tar.gz
nixpkgs-90939284446459c1b91c1e92843677c09464d74c.tar.bz2
nixpkgs-90939284446459c1b91c1e92843677c09464d74c.tar.lz
nixpkgs-90939284446459c1b91c1e92843677c09464d74c.tar.xz
nixpkgs-90939284446459c1b91c1e92843677c09464d74c.tar.zst
nixpkgs-90939284446459c1b91c1e92843677c09464d74c.zip
Merge pull request #81941 from volth/patch-390
tests/kubernetes: remove unreferenced variable and import from inexisting file
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/kubernetes/dns.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/kubernetes/dns.nix b/nixos/tests/kubernetes/dns.nix
index 46bcb01a526..638942e1540 100644
--- a/nixos/tests/kubernetes/dns.nix
+++ b/nixos/tests/kubernetes/dns.nix
@@ -3,8 +3,6 @@ with import ./base.nix { inherit system; };
 let
   domain = "my.zyx";
 
-  certs = import ./certs.nix { externalDomain = domain; kubelets = [ "machine1" "machine2" ]; };
-
   redisPod = pkgs.writeText "redis-pod.json" (builtins.toJSON {
     kind = "Pod";
     apiVersion = "v1";