remove test pod
This commit is contained in:
parent
bcc1de8504
commit
13ca7b2517
2 changed files with 1 additions and 16 deletions
|
|
@ -1,15 +0,0 @@
|
|||
{cfg, lib, inputs, ...}:
|
||||
{
|
||||
ubuntu.content = {
|
||||
apiVersion = "v1";
|
||||
kind = "Pod";
|
||||
metadata.name = "ubuntu";
|
||||
spec.containers = [
|
||||
{
|
||||
name = "ubuntu";
|
||||
image = "ubuntu:latest";
|
||||
command = [ "tail" "-f" "/dev/null" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue