retest deleting
This commit is contained in:
parent
273bfcc418
commit
da9aa399e1
2 changed files with 1 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ cfg, lib, inputs, ... }:
|
||||
let
|
||||
manifests = [
|
||||
./test-ubuntu.nix
|
||||
|
||||
];
|
||||
imported = map ( n: import n { inherit cfg lib inputs; } ) manifests;
|
||||
in
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
{cfg, lib, inputs, ...}:
|
||||
{
|
||||
test-ubuntu.content = {
|
||||
apiVersion = "v1";
|
||||
kind = "Pod";
|
||||
metadata.name = "test-ubuntu";
|
||||
spec.containers = [
|
||||
{
|
||||
name = "test-ubuntu";
|
||||
image = "ubuntu:latest";
|
||||
command = [ "tail" "-f" "/dev/null" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue