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
If a validator doesn't find at least one violation, it'll result in an error: interface {} is []interface {}, not []map[string]interface {}
This can be reproduced easily by modifying the (sample)[https://github.com/cloud66-oss/copper/blob/2.0.0/samples/sample.yml] by either of the following:
remove the Deployment object entirely from the yaml
change latest into any other string
The text was updated successfully, but these errors were encountered:
If a validator doesn't find at least one violation, it'll result in an error:
interface {} is []interface {}, not []map[string]interface {}
This can be reproduced easily by modifying the (sample)[https://github.com/cloud66-oss/copper/blob/2.0.0/samples/sample.yml] by either of the following:
Deployment
object entirely from the yamllatest
into any other stringThe text was updated successfully, but these errors were encountered: