mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
wip: strip down local runtime options
This commit is contained in:
parent
4707557ba3
commit
0abb1adb9b
1 changed files with 0 additions and 21 deletions
|
|
@ -38,27 +38,6 @@ in {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
description = "Runtime script";
|
description = "Runtime script";
|
||||||
};
|
};
|
||||||
|
|
||||||
docker = {
|
|
||||||
registryUrl = mkOption {
|
|
||||||
type = types.str;
|
|
||||||
description = "Docker registry url";
|
|
||||||
};
|
|
||||||
|
|
||||||
copyScript = mkOption {
|
|
||||||
type = types.package;
|
|
||||||
description = "Script used to copy docker images";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
copyImages = mkOption {
|
|
||||||
type = types.package;
|
|
||||||
description = "Script used to copy docker images";
|
|
||||||
};
|
|
||||||
|
|
||||||
registryUrl = mkOption {
|
|
||||||
type = types.str;
|
|
||||||
description = "Registry url to copy docker images";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config.testing.runtime.local.script = script;
|
config.testing.runtime.local.script = script;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue