mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
feat: refactor file structure module interfaces and other
This commit is contained in:
parent
12a1c920c4
commit
eac2d78667
36 changed files with 58 additions and 139 deletions
|
|
@ -6,9 +6,7 @@ let
|
|||
cfg = config.submodules.instances.test.config;
|
||||
deployment = cfg.kubernetes.api.deployments.nginx;
|
||||
in {
|
||||
imports = [
|
||||
kubenix.module
|
||||
];
|
||||
imports = [ kubenix.modules.test kubenix.module ];
|
||||
|
||||
test = {
|
||||
name = "module";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue