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
running the python linekubernetes_validate.validate(rendered_yaml, '1.22', strict=False) results in the error: FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.9/site-packages/kubernetes_validate/kubernetes-json-schema/v1.22.0-local/list-v1.json'
It seems like the list-v1.json file is missing in https://github.com/willthames/kubernetes-validate/tree/main/src/kubernetes_validate/kubernetes-json-schema/v1.22.0-local.
What are the steps to add that? I can assist here if needed. Thanks
The text was updated successfully, but these errors were encountered:
I'm not 100% sure whether a list-v1.json would be helpful (I don't know if it would validate the individual items) compared to special casing it and validating each item in the list
for example manifest:
running the python line
kubernetes_validate.validate(rendered_yaml, '1.22', strict=False)
results in the error:FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.9/site-packages/kubernetes_validate/kubernetes-json-schema/v1.22.0-local/list-v1.json'
It seems like the
list-v1.json
file is missing inhttps://github.com/willthames/kubernetes-validate/tree/main/src/kubernetes_validate/kubernetes-json-schema/v1.22.0-local
.What are the steps to add that? I can assist here if needed. Thanks
The text was updated successfully, but these errors were encountered: