feat: refactor file structure module interfaces and other

This commit is contained in:
Jaka Hudoklin 2019-03-07 23:23:07 +01:00
parent 12a1c920c4
commit eac2d78667
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
36 changed files with 58 additions and 139 deletions

View file

@ -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";