oops
Some checks failed
Schemas / Schemas (push) Failing after 56s

This commit is contained in:
Joseph Hanson 2024-05-29 14:31:55 -05:00
parent d1622e721d
commit 4c8510ebdf
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -89,6 +89,7 @@ jobs:
resourceGroup=$(grep "group:" "$TMP_CRD_DIR/$filename.yaml" | awk 'NR==1{print $2}') resourceGroup=$(grep "group:" "$TMP_CRD_DIR/$filename.yaml" | awk 'NR==1{print $2}')
# Save name and group for later directory organization # Save name and group for later directory organization
CRD_GROUPS["$resourceKind"]="$resourceGroup"
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)