This commit is contained in:
parent
1c0ca86dd3
commit
1b7676c50b
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ jobs:
|
||||||
let ++NUM_OF_CRDS
|
let ++NUM_OF_CRDS
|
||||||
done < <(kubectl get crds 2>&1 | sed -n '/NAME/,$p' | tail -n +2)
|
done < <(kubectl get crds 2>&1 | sed -n '/NAME/,$p' | tail -n +2)
|
||||||
echo numCRDs: $NUM_OF_CRDS
|
echo numCRDs: $NUM_OF_CRDS
|
||||||
|
|
||||||
|
cd $SCHEMAS_DIR
|
||||||
# Download converter script
|
# Download converter script
|
||||||
curl https://raw.githubusercontent.com/yannh/kubeconform/master/scripts/openapi2jsonschema.py --output $TMP_CRD_DIR/openapi2jsonschema.py 2>/dev/null
|
curl https://raw.githubusercontent.com/yannh/kubeconform/master/scripts/openapi2jsonschema.py --output $TMP_CRD_DIR/openapi2jsonschema.py 2>/dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue