fix tests, do not test k8s 1.8 to 1.10 anymore

This commit is contained in:
Jaka Hudoklin 2020-04-04 18:44:43 +07:00
parent 3534f5fc61
commit b2c91dfa4b
7 changed files with 35 additions and 112 deletions

View file

@ -16,7 +16,7 @@ in {
test = {
name = "legacy-crd";
description = "Simple test tesing kubenix legacy integration with crds crd";
enable = builtins.compareVersions config.kubernetes.version "1.13" >= 0;
enable = builtins.compareVersions config.kubernetes.version "1.15" <= 0;
assertions = [{
message = "should define crd in module";
assertion =