nixos/kubernetes: Don't lose rbac submodule with no explicit options
This commit is contained in:
parent
dae9cf6106
commit
6dd6f28415
|
@ -10,8 +10,8 @@ in {
|
||||||
|
|
||||||
rbac = mkOption {
|
rbac = mkOption {
|
||||||
description = "Role-based access control (RBAC) options";
|
description = "Role-based access control (RBAC) options";
|
||||||
|
default = {};
|
||||||
type = types.submodule {
|
type = types.submodule {
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
description = "Whether to enable role based access control is enabled for kubernetes dashboard";
|
description = "Whether to enable role based access control is enabled for kubernetes dashboard";
|
||||||
|
@ -24,7 +24,6 @@ in {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue