add nixos-k8s runtime & rmove k3s runtime

This commit is contained in:
David Arnold 2021-05-13 20:35:56 -04:00
parent 70d249aaff
commit 8a20c93b21
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
5 changed files with 28 additions and 56 deletions

View file

@ -6,7 +6,6 @@ with lib;
imports = [ kubenix.modules.test ./module.nix ];
test = {
distro = "k3s";
name = "nginx-deployment";
description = "Test testing nginx deployment";
testScript = ''