jertel / elastalert2

ElastAlert 2 is a continuation of the original yelp/elastalert project. Pull requests are appreciated!
https://elastalert2.readthedocs.org
Apache License 2.0
931 stars 287 forks source link

Add initContainers option in helm chart #1140

Closed aturpin1789 closed 1 year ago

aturpin1789 commented 1 year ago

Discussed in https://github.com/jertel/elastalert2/discussions/1134

Originally posted by **aturpin1789** March 15, 2023 Hello 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. Is this an interesting ideas ?
aturpin1789 commented 1 year ago

Hello @jertel

Could you apply those changes in Artifact Hub ?

Thanks

jertel commented 1 year ago

They will be applied with the next release, which should occur within the next few days.

aturpin1789 commented 1 year ago

Thank you, I will look forward to it.