mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix(testing): passing of extraConfiguration
This commit is contained in:
parent
e65d3c6c6f
commit
7da954157c
2 changed files with 5 additions and 4 deletions
|
|
@ -57,7 +57,7 @@ in {
|
|||
default = null;
|
||||
};
|
||||
|
||||
extraConfig = mkOption {
|
||||
extraConfiguration = mkOption {
|
||||
description = "Extra configuration for running test";
|
||||
type = types.unspecified;
|
||||
default = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue