Add generate-schemas step to kubeconform woodpecker pipeline so schemas
are built from live kustomize output on each PR run. Remove the committed
ci/crd-schemas/ snapshot and gitignore the directory so it stays local-only.
have seen some contention on woodpecker jobs, because they are not being
scheduled correctly. we need to set correct limits/requests so that they
can be accurately scheduled.
- set limits/requests for all workflows
Reviewed-on: #110