Skip to content

Commit

Permalink
fix: Pushing broker to Cloud Foundry fails due to missing file (#1089)
Browse files Browse the repository at this point in the history
The go:embed in pkg/brokerpak/cmd.go:L42 embeds the example manifest at build time. However, Cloud Foundry buildpacks exclude files named manifest.yml from upload by default. This fix forces CF to always include the file.

Co-authored-by: Felisia Martini <[email protected]>
  • Loading branch information
jameshochadel and FelisiaM authored Sep 10, 2024
1 parent f0d0091 commit cdbc404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cfignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ k8s/
scripts/
.github/


!pkg/brokerpak/examples/manifest.yml

0 comments on commit cdbc404

Please sign in to comment.