At present, the stack manager can fail to start when using podman due to it attempting to delete a secret that does not exist.
A possible work-around would be to ignore any exception thrown whilst deleting secrets:
|
secretsApi.secretDeleteLibpod(oldSecret.getID(), null); |