Merge pull request #81941 from volth/patch-390

tests/kubernetes: remove unreferenced variable and import from inexisting file
This commit is contained in:
Sarah Brofeldt 2020-03-11 07:45:33 +01:00 committed by GitHub
commit 9093928444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";