Skip to content

Commit 4d80f0a

Browse files
tjmoore4andrewlecuyer
authored andcommitted
Add OLM marketplace config folder
This commit adds the expected 'marketplace' folder and configuration for use when generating OLM bundles by copying the identical 'redhat' configuration. The directory is added to the .gitignore file to ensure it is not committed.
1 parent 50166b2 commit 4d80f0a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

installers/olm/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/bundles/
22
/projects/
33
/tools/
4+
/config/marketplace

installers/olm/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ bundles/redhat:
3535
./generate.sh redhat
3636
env operator-sdk bundle validate $@ --select-optional='suite=operatorframework'
3737

38+
# The 'marketplace' configuration is currently identical to the 'redhat', so we just copy it here.
3839
.PHONY: bundles/marketplace
3940
bundles/marketplace:
41+
cp -r ./config/redhat/ ./config/marketplace
4042
./generate.sh marketplace
4143
env operator-sdk bundle validate $@ --select-optional='suite=operatorframework'
4244

0 commit comments

Comments
 (0)