We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
values.yaml
From testing on i04 it was found that to get blueapi to pick up the scratch directory it had to be provided in worker and in initContainer e.g.
blueapi
worker
initContainer
worker: stomp: host: i04-control.diamond.ac.uk env: events: broadcast_status_events: False sources: - kind: dodal module: dodal.beamlines.i04 - kind: planFunctions module: mx_bluesky.beamlines.i04 scratch: root: /blueapi-plugins/scratch initContainer: scratch: root: /blueapi-plugins/scratch repositories: - name: "dodal" remote_url: https://github.com/DiamondLightSource/dodal.git - name: "mx_bluesky" remote_url: https://github.com/DiamondLightSource/mx_bluesky.git scratchHostPath: /dls_sw/i04/software/bluesky/scratch
This is annoying redundancy but worse is that it does not match the example given in https://github.com/DiamondLightSource/blueapi/blob/main/helm/blueapi/values.yaml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From testing on i04 it was found that to get
blueapi
to pick up the scratch directory it had to be provided inworker
and ininitContainer
e.g.This is annoying redundancy but worse is that it does not match the example given in https://github.com/DiamondLightSource/blueapi/blob/main/helm/blueapi/values.yaml
Acceptance Criteria
The text was updated successfully, but these errors were encountered: