mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix(k8s): fix kubernetes.resources to support multiple resources of same kind in different modules
This commit is contained in:
parent
d0027e556f
commit
a8830c97c6
1 changed files with 1 additions and 0 deletions
|
|
@ -238,6 +238,7 @@ in {
|
||||||
resources = mkOption {
|
resources = mkOption {
|
||||||
description = "Alias for `config.kubernetes.api.resources` options";
|
description = "Alias for `config.kubernetes.api.resources` options";
|
||||||
default = {};
|
default = {};
|
||||||
|
type = types.attrsOf types.attrs;
|
||||||
};
|
};
|
||||||
|
|
||||||
createCustomTypesFromCRDs = mkOption {
|
createCustomTypesFromCRDs = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue