mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
refator: put all modules under modules directory
This commit is contained in:
parent
e3b788c5dc
commit
da12e2a319
32 changed files with 148 additions and 580739 deletions
8
modules/default.nix
Normal file
8
modules/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
submodules = ./submodules.nix;
|
||||
k8s = ./k8s;
|
||||
k8s-submodules = ./k8s/submodule.nix;
|
||||
istio = ./istio;
|
||||
testing = ./testing;
|
||||
helm = ./helm;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue