Fix description for services.kubernetes.addonManager.enable (#71448)

`mkEnableOption` already prefixes the description with
"Whether to enable"
This commit is contained in:
Gabriel Gonzalez 2021-05-19 13:49:27 -07:00 committed by GitHub
parent 68c618cba3
commit 8e9d803bac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ in
'';
};
enable = mkEnableOption "Whether to enable Kubernetes addon manager.";
enable = mkEnableOption "Kubernetes addon manager.";
};
###### implementation