mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
enable some tests
This commit is contained in:
parent
f5d82afca7
commit
43371dba54
4 changed files with 78 additions and 12 deletions
|
|
@ -282,6 +282,13 @@ in {
|
|||
default = null;
|
||||
};
|
||||
|
||||
|
||||
customResources = mkOption {
|
||||
description = "Setup custom resources";
|
||||
type = types.listOf types.attrs;
|
||||
default = [];
|
||||
};
|
||||
|
||||
resourceOrder = mkOption {
|
||||
description = "Preffered resource order";
|
||||
type = types.listOf types.str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue