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
Hello,
I'd like to propose a change to the existing behavior:
We currently use kubeval to evaluate every manifest before it's deployed. The problem is we have plenty of custom CRD's that kubeval doesn't have schemas for.
Currently, the behavior is to exit with an error code of 1 if a manifest evaluates improperly or if it can't locate the proper schema. I'd like to propose adding a specific exit code to indicate that a schema couldn't be found to verify against. Once it has its own error, we can safely catch that in our CI process and not have it block deployments.
The text was updated successfully, but these errors were encountered:
Hello,
I'd like to propose a change to the existing behavior:
We currently use kubeval to evaluate every manifest before it's deployed. The problem is we have plenty of custom CRD's that kubeval doesn't have schemas for.
Currently, the behavior is to exit with an error code of 1 if a manifest evaluates improperly or if it can't locate the proper schema. I'd like to propose adding a specific exit code to indicate that a schema couldn't be found to verify against. Once it has its own error, we can safely catch that in our CI process and not have it block deployments.
The text was updated successfully, but these errors were encountered: