Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interface {} is []interface {}, not []map[string]interface {} #17

Open
eyalzek opened this issue Jun 25, 2019 · 0 comments
Open

interface {} is []interface {}, not []map[string]interface {} #17

eyalzek opened this issue Jun 25, 2019 · 0 comments

Comments

@eyalzek
Copy link

eyalzek commented Jun 25, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant