__Adding wait_for_certificates section to standalone config__ There is a bug where the nginx pod would not be able to start up when a standalone certificates AND custom nginx config file are required. Acme companion requires nginx to be started yet nginx requires the certificate to be present before being able to start up. So I added a wait_for_certificates section to the standalone configuration that will not update Nginx with the custom config until the dependant certificates have been generated.