-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init container cannot be run when mounting configuration values from envVars without also mounting those envVars to the init container #620
Comments
Relevant: #495 |
that is my preferred solution, with separation of concerns |
@stan-dot it should be quite easy to do it that way. The Acceptance Criteria
|
on it |
re: point 3 p45 has a separate config to the one in the blueapi repo, what is the reasoning here? |
The values in the blueapi repo are chosen such that blueapi can be started up with a minimal valid set without any other infrastructure (message bus, file system, devices...) or assumptions (required plans etc.). The p45 repository has the values customising it for p45's deployment. blueapi repo: generic, start easily |
e.g. the rabbitmq password injection into the stomp config that is being done on all beamlines.
options:
The text was updated successfully, but these errors were encountered: