nixos/kubernetes: allow merging multiple definitions of extraOpts

This commit is contained in:
Yc.Shen
2021-04-13 21:54:53 +09:00
parent c7695f95d9
commit d43f88e3df
5 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ in
extraOpts = mkOption {
description = "Kubernetes controller manager extra command line options.";
default = "";
type = str;
type = separatedString " ";
};
featureGates = mkOption {