You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return error when customizing non-existent containers
Previously, when a user specified container customizations in the provider
spec for a container that doesn't exist in the deployment, the operator
would silently ignore the configuration. This made it difficult to debug
misconfigured provider specs.
This change adds error handling to the `customizeContainer` function to
return an error when no matching container is found in the deployment.
The error message includes both the container name and deployment name
to help users quickly identify and fix the issue.
This makes the error handling consistent with the existing pattern used
for manager container validation.
0 commit comments