epics-containers / ec-helm-charts

A set of shared helm charts for domain services and IOC instances
Apache License 2.0
1 stars 1 forks source link

Consider the usage of "library" helm chart type #26

Closed marcelldls closed 6 days ago

marcelldls commented 2 months ago

https://helm.sh/docs/topics/library_charts/

- The .Files object references the file paths on the parent chart, rather than the path local to the library chart
- The .Values object is the same as the parent chart

Possible benefits:

marcelldls commented 6 days ago

This has been done in #31 which could be used as a reference