Skip to content

Commit

Permalink
Correct manager.yaml name
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Jan 18, 2024
1 parent 8e77cd0 commit 748c373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/render_and_upload_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ UPLOAD_URL="https://uploads.github.com/repos/kyma-project/eventing-manager/relea
uploadFile "eventing-manager.yaml" "${UPLOAD_URL}?name=eventing-manager.yaml"
# TODO completly remove the rendering of the module-template from the repository.
# uploadFile "module-template.yaml" "${UPLOAD_URL}?name=module-template.yaml"
uploadFile "config/samples/default.yaml" "${UPLOAD_URL}?name=eventing_default_cr.yaml"
uploadFile "config/samples/default.yaml" "${UPLOAD_URL}?name=eventing-default-cr.yaml"

0 comments on commit 748c373

Please sign in to comment.