fix(schema): Transform config of `singleton' discovery_strategy
This commit is contained in:
parent
d7d878fd43
commit
3d69ec496a
|
@ -1457,6 +1457,8 @@ cluster_options(k8s, Conf) ->
|
||||||
{suffix, conf_get("cluster.k8s.suffix", Conf, "")}
|
{suffix, conf_get("cluster.k8s.suffix", Conf, "")}
|
||||||
];
|
];
|
||||||
cluster_options(manual, _Conf) ->
|
cluster_options(manual, _Conf) ->
|
||||||
|
[];
|
||||||
|
cluster_options(singleton, _Conf) ->
|
||||||
[].
|
[].
|
||||||
|
|
||||||
to_atom(Atom) when is_atom(Atom) ->
|
to_atom(Atom) when is_atom(Atom) ->
|
||||||
|
|
Loading…
Reference in New Issue