feat(test,k8s): add crd tests

This commit is contained in:
Jaka Hudoklin 2019-02-13 17:05:18 +01:00
parent bd6741fab1
commit fde2d5557c
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
4 changed files with 79 additions and 1 deletions

View file

@ -16,6 +16,8 @@ with lib;
testing.tests = [
./k8s/simple.nix
./k8s/deployment.nix
./k8s/crd.nix
./k8s/1.13/crd.nix
./submodules/simple.nix
];
}