Skip to content

Commit

Permalink
add --- to the crds
Browse files Browse the repository at this point in the history
  • Loading branch information
nmarukovich committed Feb 3, 2025
1 parent 46535d6 commit b624e8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installers/olm/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ BEGIN {
}
' ../../deploy/crd.yaml

find "${bundle_directory}/manifests" -type f -name "*.crd.yaml" -exec sed -i '' '1s/^/---\n/; ${/^---$/d;}' {} +

abort() {
echo >&2 "$@"
exit 1
Expand Down

0 comments on commit b624e8c

Please sign in to comment.