mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2026-02-02 09:25:10 +01:00
fix(modules): use customResourceDefinitions from global module
This commit is contained in:
parent
722e001790
commit
9b3bd3b252
4 changed files with 26 additions and 3 deletions
|
|
@ -7,7 +7,10 @@ with import ./lib.nix { inherit pkgs; inherit (pkgs) lib; };
|
|||
|
||||
let
|
||||
evalKubernetesModules = configuration: evalModules {
|
||||
modules = [./kubernetes.nix ./modules.nix configuration];
|
||||
modules = [
|
||||
(import ./kubernetes.nix {})
|
||||
./modules.nix configuration
|
||||
];
|
||||
args = {
|
||||
inherit pkgs;
|
||||
name = "default";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue