Add initContainers option in helm chart #1134
Locked
aturpin1789
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I am having trouble visualizing a "transformation configured in helm release config file". Can you elaborate? ElastAlert 2 auto-detects rule changes, so even if your transformation was slow to apply the changes will still be quickly updated in the running ElastAlert 2 process. You can use the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 ?
Beta Was this translation helpful? Give feedback.
All reactions