Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 416 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 416 Bytes

kubernetes-schemas

Here we can host schemas of the api's in our kubernetes clusters. This is useful for validating manifests.

To update the schema's, check if the schemas are defined in fetch-schemas.sh. Then build the docker image:

docker build -t python-bats .

Then run

docker run -v $(pwd):/src -it python-bats bash

in the container run

./fetch-schemas-api-platform.sh <dest>