Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update datadog CRDs #348

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update datadog CRDs #348

wants to merge 2 commits into from

Conversation

trahim
Copy link

@trahim trahim commented Jul 8, 2024

No description provided.

@userbradley
Copy link
Collaborator

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

@trahim trahim force-pushed the add-dd-crd-update branch from 6aa4115 to 4cf18ec Compare August 1, 2024 15:15
@trahim
Copy link
Author

trahim commented Aug 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants