fix(schema): Transform config of `singleton' discovery_strategy

This commit is contained in:
ieQu1 2024-06-18 19:23:08 +02:00
parent d7d878fd43
commit 3d69ec496a
No known key found for this signature in database
GPG Key ID: 488654DF3FED6FDE
1 changed files with 2 additions and 0 deletions

View File

@ -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) ->