change name of disable
This commit is contained in:
parent
ccbb49c389
commit
80d8842f94
2 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ in
|
||||||
serverAddr = mkIf (!cfg.initServer) "https://10.5.0.103:6443";
|
serverAddr = mkIf (!cfg.initServer) "https://10.5.0.103:6443";
|
||||||
manifests = import ./manifests.nix { inherit lib cfg inputs; };
|
manifests = import ./manifests.nix { inherit lib cfg inputs; };
|
||||||
disable = [
|
disable = [
|
||||||
"test-ubuntu"
|
"ubuntu"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,10 @@
|
||||||
ubuntu.content = {
|
ubuntu.content = {
|
||||||
apiVersion = "v1";
|
apiVersion = "v1";
|
||||||
kind = "Pod";
|
kind = "Pod";
|
||||||
metadata.name = "test-ubuntu";
|
metadata.name = "ubuntu";
|
||||||
spec.containers = [
|
spec.containers = [
|
||||||
{
|
{
|
||||||
name = "test-ubuntu";
|
name = "ubuntu";
|
||||||
image = "ubuntu:latest";
|
image = "ubuntu:latest";
|
||||||
command = [ "tail" "-f" "/dev/null" ];
|
command = [ "tail" "-f" "/dev/null" ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue