From 8c45a7e1d8428a34c5cc56de2622367fcdfc4bdf Mon Sep 17 00:00:00 2001 From: Jaka Hudoklin Date: Mon, 27 Nov 2017 16:42:18 +0100 Subject: [PATCH] fix(kubernetes): customResourceOptions add description --- kubernetes.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes.nix b/kubernetes.nix index 4cd9739..d0581a7 100644 --- a/kubernetes.nix +++ b/kubernetes.nix @@ -256,6 +256,7 @@ let customResourceOptions = mapAttrs (name: crd: mkOption { + description = "Custom resource for ${name}"; type = types.attrsOf (types.submodule ({name, config, ...}: { options = { apiVersion = mkOption {