CRDs-catalog icon indicating copy to clipboard operation
CRDs-catalog copied to clipboard

Update datadog CRDs

Open trahim opened this issue 1 year ago • 2 comments

trahim avatar Jul 08 '24 08:07 trahim

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

userbradley avatar Jul 08 '24 10:07 userbradley

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

trahim avatar Aug 01 '24 15:08 trahim

Hi @trahim,

Thanks for the PR!

Can you please recreate it using the CRD Extractor?

Thanks!

ElanHasson avatar Jan 13 '25 17:01 ElanHasson

Hey @ElanHasson Sorry late reply but think this was already sorted by a previous PR so closing this

trahim avatar Mar 24 '25 09:03 trahim