I've used the "jx create spring -d web -d actuator" command to create a simple Spring java application but I can't figure out how I'd change the promotion strategy from Auto to Manual. Can't see how it's being set in the environment configuration.
you can use jx edit env
to edit your Environment
configurations. Or you can use kubectl edit env staging
if you want and edit the custom resource directly.