Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not apply performance profile if deployment_desc does not exist (#497
) ## Issue If the Opensearch operator receives a config change before the deployment description has been initialized, applying the performance profile will fail and the charm will be in a failed state. This happens repeatedly on the integration test runs for Opensearch in the data-integrator CI, e.g. [here](https://github.com/canonical/data-integrator/actions/runs/11585189263/job/32253824740). ## Solution If the deployment description does not exist yet, the performance profile should not be applied and the received event should be deferred.
- Loading branch information