feat: refactor kubenix.k8s-submodule to kubenix.all module

This commit is contained in:
Jaka Hudoklin 2019-03-05 21:26:49 +01:00
parent 03e1f4c1c4
commit fbaed4ec00
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
6 changed files with 78 additions and 6 deletions

View file

@ -1,9 +1,9 @@
{
submodules = ./submodules.nix;
k8s = ./k8s;
k8s-submodules = ./k8s/submodule.nix;
istio = ./istio;
testing = ./testing;
helm = ./helm;
docker = ./docker;
all = ./all.nix;
}