mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix(k8s): custom resources without module
This commit is contained in:
parent
afeef341a2
commit
6d6c4c2106
1 changed files with 2 additions and 1 deletions
|
|
@ -236,7 +236,8 @@ in {
|
||||||
|
|
||||||
module = mkOption {
|
module = mkOption {
|
||||||
description = "Custom resource definition module";
|
description = "Custom resource definition module";
|
||||||
default = types.unspecified;
|
type = types.unspecified;
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
alias = mkOption {
|
alias = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue