mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
feat: run test for all k8s versions
This commit is contained in:
parent
fde2d5557c
commit
0d68a401f0
3 changed files with 25 additions and 3 deletions
|
|
@ -12,6 +12,7 @@ in {
|
|||
test = {
|
||||
name = "k8s/crd";
|
||||
description = "Simple test tesing CRD";
|
||||
enable = builtins.compareVersions config.kubernetes.version "1.8" >= 0;
|
||||
assertions = [{
|
||||
message = "should have group set";
|
||||
assertion = cfg.spec.group == "stable.example.com";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue