Skip to content

update environment status after Helm deployment

Jaime Nuche requested to merge T362964 into main

After this change, Catalyst will update the status of a newly created environment to "running" or "failed" based on the result of the Helm deployment.

If a succesful deployment cannot be determined within a given timeout, Catalyst sets the env to "failed". The timeout is configurable and set to 10m by default

Bug: T362964

Merge request reports