Skip to content

Commit

Permalink
VPA: Clean up unused cd invocation in the generate-crd-yaml.sh sc…
Browse files Browse the repository at this point in the history
…ript
  • Loading branch information
ialidzhikov committed Dec 17, 2024
1 parent de5d64f commit 9b7d949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vertical-pod-autoscaler/hack/generate-crd-yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ ${CONTROLLER_GEN} ${CRD_OPTS} paths="${APIS_PATH}/..." output:crd:dir="\"${WORKS
grep -v -e 'map keys must be strings, not int' -e 'not all generators ran successfully' -e 'usage' ${WORKSPACE}/errors.log \
&& { echo "Failed to generate CRD YAMLs."; exit 1; }

cd ${WORKSPACE}
cat "${WORKSPACE}/autoscaling.k8s.io_verticalpodautoscalercheckpoints.yaml" > ${OUTPUT}
cat "${WORKSPACE}/autoscaling.k8s.io_verticalpodautoscalers.yaml" >> ${OUTPUT}

0 comments on commit 9b7d949

Please sign in to comment.