groundhog2k / helm-charts

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

Remark42: init container command improvement #1249

Closed IxDay closed 1 year ago

IxDay commented 1 year ago

This patch makes the command from the init container configurable. It does not modify the previous behavior since it has been copy pasted in the values.yaml file. You can change initCommand and initArgs to change the default behavior.

Fixes #1248

Also, I am not sure about the naming, feel free to point me to whatever format you want to enforce :smile: Thank you for your work on those charts

groundhog2k commented 1 year ago

I updated and merged it. Thank you!