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
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
When I see a schema validation error, it does not help me identify where the issue is.
For ex, in this error: k8s schema validation error: For field spec.tls.1: Additional property host is not allowed
It does not give any specific info on where the error would be. Kubeconform shares the kind of the resource which has error. If we could see that then it would be easy to find where the error is.
Describe the solution you'd like
Error messages to include the kind of the resource which has error. This would help identifying the source of the issue.
Describe alternatives you've considered
Using kubeconform to test schema validation and use datree only for policy rules.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When I see a schema validation error, it does not help me identify where the issue is.
For ex, in this error:
k8s schema validation error: For field spec.tls.1: Additional property host is not allowed
It does not give any specific info on where the error would be. Kubeconform shares the kind of the resource which has error. If we could see that then it would be easy to find where the error is.
Describe the solution you'd like
Error messages to include the kind of the resource which has error. This would help identifying the source of the issue.
Describe alternatives you've considered
Using kubeconform to test schema validation and use datree only for policy rules.
The text was updated successfully, but these errors were encountered: