fix(modules): fix description for modules

This commit is contained in:
Jaka Hudoklin 2018-02-21 01:02:39 +01:00 committed by GitHub
parent d582830627
commit 57f1f43226
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ in {
}; };
options.kubernetes.modules = mkOption { options.kubernetes.modules = mkOption {
description = "Attribute set of module definitions"; description = "Attribute set of modules";
default = {}; default = {};
type = types.attrsOf (types.submodule ({config, name, ...}: { type = types.attrsOf (types.submodule ({config, name, ...}: {
options = { options = {