diff --git a/modules/k8s.nix b/modules/k8s.nix index a8d5dbc..f18be65 100644 --- a/modules/k8s.nix +++ b/modules/k8s.nix @@ -238,6 +238,7 @@ in { resources = mkOption { description = "Alias for `config.kubernetes.api.resources` options"; default = {}; + type = types.attrsOf types.attrs; }; createCustomTypesFromCRDs = mkOption {