mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 00:20:07 +01:00
fix tests, do not test k8s 1.8 to 1.10 anymore
This commit is contained in:
parent
3534f5fc61
commit
b2c91dfa4b
7 changed files with 35 additions and 112 deletions
|
|
@ -34,7 +34,8 @@ in {
|
|||
test = {
|
||||
name = "helm-simple";
|
||||
description = "Simple k8s testing wheter name, apiVersion and kind are preset";
|
||||
enable = builtins.compareVersions config.kubernetes.version "1.8" >= 0;
|
||||
enable = false;
|
||||
#enable = builtins.compareVersions config.kubernetes.version "1.8" >= 0;
|
||||
assertions = [{
|
||||
message = "should have generated resources";
|
||||
assertion =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue