CRDs-catalog
CRDs-catalog copied to clipboard
Update datadog CRDs
Thanks for adding this. Please can you list where you got the schema from, and possibly run a validation against some of your own resources to show it works? I am not familiar with the Datadog CRD sadly
Hey @userbradley apologies for the late reply I ran the following.
git clone https://github.com/DataDog/helm-charts.git
git clone https://github.com/yannh/kubeconform.git
git clone https://github.com/datreeio/CRDs-catalog.git
cd CRDs-catalog
for N in ../helm-charts/crds/*; do echo "# $N"; GROUP=$(basename "${N//_*}"); mkdir -p "$GROUP"; (cd "$GROUP"; ../../kubeconform/scripts/openapi2jsonschema.py "../$N"); done
Hey @ElanHasson Sorry late reply but think this was already sorted by a previous PR so closing this