fix: ops
This commit is contained in:
parent
f7296d549f
commit
6ef9c6fe4a
|
@ -66,10 +66,8 @@ t_lifecycle(_Config) ->
|
||||||
).
|
).
|
||||||
|
|
||||||
perform_lifecycle_check(ResourceId, InitialConfig) ->
|
perform_lifecycle_check(ResourceId, InitialConfig) ->
|
||||||
x:show(initial_config, InitialConfig),
|
|
||||||
{ok, #{config := CheckedConfig}} =
|
{ok, #{config := CheckedConfig}} =
|
||||||
emqx_resource:check_config(?PGSQL_RESOURCE_MOD, InitialConfig),
|
emqx_resource:check_config(?PGSQL_RESOURCE_MOD, InitialConfig),
|
||||||
x:show(check_config_ok, CheckedConfig),
|
|
||||||
{ok, #{
|
{ok, #{
|
||||||
state := #{pool_name := PoolName} = State,
|
state := #{pool_name := PoolName} = State,
|
||||||
status := InitialStatus
|
status := InitialStatus
|
||||||
|
|
Loading…
Reference in New Issue