-
Notifications
You must be signed in to change notification settings - Fork 726
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
Adding an exhaustive list of Helm chart values to eck-elasticsearch Helm chart #6336
Conversation
Relates to: elastic#6187 Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
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.
I am not sure about this one. I am not sure duplicating the PodTemplateSpec is the right approach. How do we keep that updated etc. Would it not suffice to link to the k8s API docs?
How do you feel about me documenting the most commonly used/overridden options in the podtemplatespec? While also pointing to the documentation? |
Review comments. Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
@pebrc I've trimmed down the number of fields shown in the |
Could you merge |
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
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.
LGTM, I think we really have to fix the Helm versioning. I just bumped the charts for a change that introduced the version to the next minor and here we are doing it again but to a patch version. @thbkrkr you have to probably consolidate these version bumps before creating the next release branch.
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
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.
LGTM
This change adds an exhaustive list of Helm chart values to the eck-elasticsearch Helm chart.
This expands the
podTemplate
field in the values file and includes all relevant options within thepodTemplate
field.relates to #6187