-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch position of initContainers keyword #1145
Patch position of initContainers keyword #1145
Conversation
In the interest of preventing this in the future, can you help me understand how this was missed in your testing on the previous PR? Part of the checklist for submitting PRs requires submitters to confirm they have tested their change and verified it works. Your PR had that checkbox checked. |
I'm very sorry because I didn't test my modifications. |
1 similar comment
I'm very sorry because I didn't test my modifications. |
There are no unit tests for helm charts. The checkbox I'm referring to states "I have manually tested ... the change in this PR". What I need to know is are you actually testing that you're able to deploy this chart to a kubernetes cluster before you submit the PR? |
i was planning opening a PR to add InitContainer support since i need this functionality, i already added this in my local version but wanted to add it here to use helm dependency pattern. I have verified this change and deployed succesfuly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving based on @georgestack comment.
Hello @jertel |
Hello @jertel Could you apply those changes in Artifact Hub ? Thanks |
Hello. Artifact Hub will be updated when a new version of ElastAlert 2 is released. Releases are typically 1-2 months apart. The corrected helm chart will be available with the next version. |
Description
Patch to #1140
The
initContainers
keyword in templates/deployments.yaml was inside the range of thecontainers
keyword causing error for deployment due to the lack of container options interpretationChecklist
make test-docker
with my changes.Questions or Comments