mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix(kubernetes): customResourceOptions add description
This commit is contained in:
parent
12988e6228
commit
8c45a7e1d8
1 changed files with 1 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ let
|
||||||
|
|
||||||
customResourceOptions = mapAttrs (name: crd:
|
customResourceOptions = mapAttrs (name: crd:
|
||||||
mkOption {
|
mkOption {
|
||||||
|
description = "Custom resource for ${name}";
|
||||||
type = types.attrsOf (types.submodule ({name, config, ...}: {
|
type = types.attrsOf (types.submodule ({name, config, ...}: {
|
||||||
options = {
|
options = {
|
||||||
apiVersion = mkOption {
|
apiVersion = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue