mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fix: minor fixes
This commit is contained in:
parent
9f05cd56b1
commit
accd2dec1b
4 changed files with 5 additions and 3 deletions
|
|
@ -235,6 +235,7 @@ in {
|
|||
|
||||
resources = mkOption {
|
||||
description = "Alias for `config.kubernetes.api.resources` options";
|
||||
default = {};
|
||||
};
|
||||
|
||||
customTypes = mkOption {
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ in {
|
|||
extraCheckInputs = mkOption {
|
||||
description = "Extra check inputs";
|
||||
type = types.listOf types.package;
|
||||
default = [];
|
||||
};
|
||||
|
||||
testScript = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue