mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +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
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, test, pkgs, kubenix, helm, ... }:
|
||||
{ config, lib, pkgs, kubenix, helm, ... }:
|
||||
|
||||
with lib;
|
||||
with kubenix.lib;
|
||||
|
|
@ -29,9 +29,7 @@ let
|
|||
finalImageTag = "latest";
|
||||
};
|
||||
in {
|
||||
imports = [
|
||||
kubenix.helm
|
||||
];
|
||||
imports = [ kubenix.modules.test kubenix.modules.helm ];
|
||||
|
||||
test = {
|
||||
name = "helm-simple";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue