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.
https://jenkins-x.io/about/features/#promotion
1 Replies
You can use jx edit env
to edit your Environment
configurations. Or you can use kubectl to edit env staging
if you want and edit the custom resource directly.