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

helm charts common features #8

Closed
gilesknap opened this issue Oct 23, 2023 · 2 comments
Closed

helm charts common features #8

gilesknap opened this issue Oct 23, 2023 · 2 comments

Comments

@gilesknap
Copy link
Member

At present bl38p and other domain repos have a great deal of shared code in their helm charts.

This has been convenient for dev but now it's time to factor these out into a helm chart repository. I have started this work here https://github.com/epics-containers/ec-helm-charts/actions/runs/6609481198

I need to work out what the best way to do this is for beamline-chart

  • use global values
  • use a library chart
  • something else

Goals are minimum boilerplate in the blxxp and least complicated values.yaml in ioc instance (remembering that docker local deploys read this file too)

@gilesknap
Copy link
Member Author

Note that this change would not affect the tutorials much so postponing this until Nov.

@gilesknap
Copy link
Member Author

This is done.

The helm charts are here: https://github.com/epics-containers/ec-helm-charts

the beamline one is a library chart - the beamlines themselves still create a chart for ingesting config folder but mainly supply Values to the library chart.

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