What's Changed
- Fix environment variable formatting by @itsouvalas in #4
Bug Fixes:
- Environment Variable Formatting:
- Corrected the formatting of the
WORKER_NUM
environment variable in theenv.erb
template. The unnecessary space betweenWORKER_NUM
and=
was removed, ensuring that the environment variable is set correctly. This resolves issues where the application was not recognizing theWORKER_NUM
setting due to the improper format.
- Corrected the formatting of the
Deployment
releases:
- name: ocf-scheduler
version: 0.1.3
url: https://github.com/cloudfoundry-community/ocf-scheduler-boshrelease/releases/download/v0.1.3/ocf-scheduler-0.1.3.tgz
sha1: a85249c2185b0b8383db5a7c86785c4f5b7fa6a8
Full Changelog: v0.1.2...v0.1.3