garethr / kubernetes-json-schema

A set of JSON schemas for various Kubernetes versions, extracted from the OpenAPI definitions
Other
253 stars 61 forks source link

master-standalone/deployment.json EOF #19

Closed ahawker closed 5 years ago

ahawker commented 5 years ago

I'm seeing the following error with kubeval as of very recent in my CI pipeline. I'm guessing its related to the most recent commit, 852d7ade77b8b7a54dc5b08a2e47f24128352c0c

kubeval --version                                                                                                                                                                                                  
Version:      0.7.3
Git commit:   c44f5193dc944abc00e60a1b041ce48b0ae03dfb
Built:        2018-08-21 01:13:41 UTC
Go version:   go1.8
OS/Arch:      darwin/amd64
1 error occurred:

* Problem loading schema from the network at https://raw.githubusercontent.com/garethr/kubernetes-json-schema/master/master-standalone/deployment.json: EOF

Any workaround on my end for this?

garethr commented 5 years ago

Apologies, I mistakenly pushed a blank schema earlier today. This should now be fixed.

ahawker commented 5 years ago

Looking good on my end. Thanks a ton for the tools and quick turnaround.