cleanup redundant text in modules utilizing mkEnableOption
Closes #59911
This commit is contained in:
committed by
Robert Helgesson
parent
297f8c55e5
commit
4a11ce7f26
@@ -28,7 +28,7 @@ in
|
||||
type = str;
|
||||
};
|
||||
|
||||
enable = mkEnableOption "Kubernetes controller manager.";
|
||||
enable = mkEnableOption "Kubernetes controller manager";
|
||||
|
||||
extraOpts = mkOption {
|
||||
description = "Kubernetes controller manager extra command line options.";
|
||||
|
||||
Reference in New Issue
Block a user