This repository holds the a definition of p47 IOC Instances and services. Each sub folder of the services directory contains a helm chart for a specific service or IOC. The corresponding deployments repo can be found at [https://gitlab.diamond.ac.uk/controls/containers/beamline/p47-deployment].
Pre commit hooks will validate the synoptic and additional soft support if present. To install pre-commit hooks run:
uvx pre-commit installTo force execution of the pre-commit hooks on all files run:
uvx pre-commit run --all-files