Update or create cluster

I’m starting my sentinel with --initial-cluster-spec to automatically create the cluster the first time it’s run. However, I change my pgParameters depend on the amount of RAM available so I’d like to do the equivalent of stolonctl update --patch every startup. stolonctl update --patch && stolon-sentinel works once the cluster is established, but of course fails for the first run. Is there any way to get this to work?