We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b290157 commit e427302Copy full SHA for e427302
scripts/copy_crds.sh
@@ -10,5 +10,5 @@ CRD_PATH="${SCRIPT_ROOT}/vendor/github.com/operator-framework/api/crds"
10
rm "${SCRIPT_ROOT}"/deploy/chart/crds/*.yaml
11
for f in "${CRD_PATH}"/*.yaml ; do
12
echo "copying ${f}"
13
- cp "${f}" "${SCRIPT_ROOT}/deploy/chart/crds/0000_50_olm_00-$(basename "$f" | sed 's/^.*_\([^.]\+\)\.yaml/\1.crd.yaml/')"
+ cp "${f}" "${SCRIPT_ROOT}/deploy/chart/crds/0000_50_olm_00-$(basename "$f" | sed 's/^.*_\([^.]\{1,\}\)\.yaml/\1.crd.yaml/')"
14
done
0 commit comments