jertel / elastalert2

ElastAlert 2 is a continuation of the original yelp/elastalert project. Pull requests are appreciated!

Home Page:https://elastalert2.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add initContainers option in helm chart

aturpin1789 opened this issue · comments

Link to #1134 discussion

I would like to propose adding the possibilities to add initContainers configuration to helm chart.
My goal is to create a container that will pull my rules directory from my gitlab repo and then apply the transformation configured in helm release config file.
I could add another container to do the job but, firstly I can not be sure that rules will be loaded before the transformation are applied and secondly, I do not want a one-shot container created.