nixos/kubernetes: allow merging multiple definitions of extraOpts
This commit is contained in:
@@ -38,7 +38,7 @@ in
|
||||
extraOpts = mkOption {
|
||||
description = "Kubernetes controller manager extra command line options.";
|
||||
default = "";
|
||||
type = str;
|
||||
type = separatedString " ";
|
||||
};
|
||||
|
||||
featureGates = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user