mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Fix description for services.kubernetes.addonManager.enable (#71448)
`mkEnableOption` already prefixes the description with "Whether to enable"
This commit is contained in:
parent
68c618cba3
commit
8e9d803bac
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
enable = mkEnableOption "Whether to enable Kubernetes addon manager.";
|
||||
enable = mkEnableOption "Kubernetes addon manager.";
|
||||
};
|
||||
|
||||
###### implementation
|
||||
|
|
Loading…
Reference in a new issue