Use the right prefix for fleet extra config.
This commit is contained in:
@@ -90,7 +90,7 @@ in {
|
|||||||
|
|
||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
type = types.attrsOf types.str;
|
type = types.attrsOf types.str;
|
||||||
apply = mapAttrs' (n: v: nameValuePair ("ETCD_" + n) v);
|
apply = mapAttrs' (n: v: nameValuePair ("FLEET_" + n) v);
|
||||||
default = {};
|
default = {};
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user