Cannot deploy environment after having deleted it

Doing some tests to integrate out application with k8s, I generated an enviroment called “review/dev”, where “dev” is the name of the branch.

After some tests I decided to delete that environment to start from a clean slate, so I stopped the environment and deleted it.

After that, the deployment jobs that previously did not have any issue creating the environment started to not even start, giving the message “This job failed because the necessary resources were not successfully created”.

Changin the environmento name to “review2/dev” started to work again, so it seems that me deleting the environment caused the issue.

Any idea on how to be able to use the “review” environment name again?

Thanks

1 Like

Did you ever solve this? I’m having the same problem.