mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
feat(k8s): allow custom resources without module definition
This commit is contained in:
parent
10acd7a5db
commit
afeef341a2
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ let
|
|||
|
||||
spec = mkOption {
|
||||
description = "Module spec";
|
||||
type = types.submodule cr.module;
|
||||
type = types.either types.attrs (types.submodule cr.module);
|
||||
default = {};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue