In KOTS admin console, when a preflight check, customer fix the issue, Rerun preflight doesn't update the result.
For example, this will not refresh
exclude: repl{{ ConfigOptionEquals 'some_option' '1') }}
not even
message: repl{{ ConfigOption "some_option" }}
Is there a way to force rerun preflight or delete the downloaded release?
In KOTS admin console, when a preflight check, customer fix the issue,
Rerunpreflight doesn't update the result.For example, this will not refresh
exclude: repl{{ ConfigOptionEquals 'some_option' '1') }}not even
message: repl{{ ConfigOption "some_option" }}Is there a way to force rerun preflight or delete the downloaded release?