mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
example fix
This commit is contained in:
parent
2f2a3be87d
commit
164beed30d
4 changed files with 74 additions and 56 deletions
|
|
@ -29,8 +29,13 @@ with lib; let
|
|||
|
||||
# eval without checking
|
||||
evaled' = kubenix.evalModules {
|
||||
check = false;
|
||||
inherit modules;
|
||||
modules =
|
||||
modules
|
||||
++ [
|
||||
{
|
||||
_module.args.check = false;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
# test configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue