Skip to content
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

dls-aravis does not work in a devcontainer #25

Open
gilesknap opened this issue Aug 14, 2024 · 0 comments
Open

dls-aravis does not work in a devcontainer #25

gilesknap opened this issue Aug 14, 2024 · 0 comments

Comments

@gilesknap
Copy link
Member

Because the devcontainer relies on directly mounting a config folder into /epics/ioc/config the two aravis ioc instances in this repo do not work. When deploying to the cluster, helm gets a look in to render a nice ioc.yaml for these instances but no such thing exists in the devcontainer.

Proposal:
I need some kind of external process to render the ioc.yaml using helm template into a separate folder then symlink that into epics/ioc/config. This would have to be a two stage process, render outside and then symlink inside in the usual way with ibek dev instance

@coretl @marcelldls it's worth keeping this in mind when we think about cool ways to use helm in our ioc instances. I'm kind of OK with this as helm template is exactly what argocd uses so it should always be possible to make the ioc.yaml file somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant