groundhog2k / helm-charts

Helm charts for open source applications - ready to use for deployment on Kubernetes
MIT License
69 stars 56 forks source link

Add an extra resource capability to Remark42 chart #1250

Closed IxDay closed 1 year ago

IxDay commented 1 year ago

When deploying the Remark42 chart I also need to deploy some extra resources (because of some additional controllers and CRDS I have in my cluster). Whereas I could do a new chart with this one as a dependency, I think a better approach is to use something present in the bitnami charts, extra resources/deployments. It renders YAML template as part of the chart and it can take advantage of the helper functions (so I have consistent labels, naming). This remove also the need for the chart to support some corner cases CRDs since anyone can inject what they need.