feat: improve tests

This commit is contained in:
Jaka Hudoklin 2018-12-04 10:07:09 +01:00
parent c01b2fdab2
commit bf920ab2a6
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
3 changed files with 15 additions and 9 deletions

View file

@ -1,7 +1,5 @@
{ config, ... }:
{
kubernetes.version = "1.11";
require = [./modules.nix ./deployment.nix];
}