Skip to content

Commit

Permalink
Make sure orchestrator can find its template files
Browse files Browse the repository at this point in the history
fixes #741
  • Loading branch information
calind committed Nov 23, 2021
1 parent ce62603 commit 9a48e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Removed
* Removed support for Helm 2
### Fixed
* Make sure orchestrator can find it's templates [#741](https://github.com/bitpoke/mysql-operator/issues/741)

## [0.5.0] - 2021-10-06
### Added
Expand Down
2 changes: 2 additions & 0 deletions images/mysql-operator-orchestrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ USER 65532
EXPOSE 3000 10008
VOLUME [ "/var/lib/orchestrator" ]

WORKDIR "/usr/local/orchestrator"

ENTRYPOINT [ "/usr/local/bin/dockerize", \
"-no-overwrite", \
"-template", \
Expand Down

0 comments on commit 9a48e06

Please sign in to comment.