mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fixup tests
This commit is contained in:
parent
bf231d19fa
commit
39badb2084
34 changed files with 88 additions and 110 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{ kubenix ? (import ./.. { }).default }:
|
||||
{ system ? builtins.currentSystem
|
||||
, evalModules ? (import ../. { }).evalModules.${system}
|
||||
}:
|
||||
|
||||
{ registry ? "docker.io/gatehub" }:
|
||||
|
||||
{
|
||||
nginx-deployment = import ./nginx-deployment { inherit kubenix; };
|
||||
nginx-deployment = import ./nginx-deployment { inherit evalModules registry; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue