Skip to content

Ensure we create the secrets at the right time

What does this MR do?

In deploy, if the previous deployment failed, we delete/cleanup all the objects related to the release, including secrets. The problem is that if we create the root password before that, it will be then recreated during the deploy with a random value!

By creating the secret just before actually deploying a new release, we ensure that it won't be overridden.

What are the relevant issue numbers?

Closes #53621 (closed).

Does this MR meet the acceptance criteria?

Edited by Rémy Coutable

Merge request reports