feat(k8s): improve aliased resource naming

This commit is contained in:
Jaka Hudoklin 2019-09-27 18:28:24 +02:00
parent 3d149d6101
commit ec3f7ecb10
No known key found for this signature in database
GPG key ID: 11AA2A62319E4968
12 changed files with 808 additions and 790 deletions

View file

@ -8,4 +8,7 @@
testing = ./testing.nix;
test = ./test.nix;
module = ./module.nix;
v1 = {
modules = ./v1/modules.nix;
};
}