mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix(modules): pass module to args
This commit is contained in:
parent
906c311753
commit
901e084408
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ let
|
|||
_file = "${module.name}";
|
||||
_module.args.k8s = k8s;
|
||||
_module.args.name = module.name;
|
||||
_module.args.module = module;
|
||||
}
|
||||
(import ./kubernetes.nix {
|
||||
customResourceDefinitions =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue