mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix(modules): pass k8s to modules
This commit is contained in:
parent
317123d5d8
commit
5b219efe76
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ let
|
|||
name = module.name;
|
||||
moduleDefinition = moduleDefinition;
|
||||
module = module;
|
||||
k8s = k8s;
|
||||
})) // {_file = "module-${module.name}";}
|
||||
else {name, ...}: moduleConfig // {_file = "module-${module.name}";};
|
||||
in [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue