-
Notifications
You must be signed in to change notification settings - Fork 724
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
An exhaustive list of helm chart values #6187
Comments
A list of available configuration values is described in the sub-charts:
To go into the details, for example to get an exhaustive list of the values of the Kibana Spec, you can consult the API reference: |
It has got quit confusing by the way. The presented values files are abstract, would help if filled with sample data for each section. |
I'll get a list of values for each chart defined in the readme similar to many other charts. Unfortunately an exhaustive list would be rather difficult as we embed a Pod template in many of these charts. |
Relates to: elastic#6187 Signed-off-by: Michael Montgomery <mmontg1@gmail.com>
I am trying to migrate from helm-charts to the charts of this repository because the repository is going to be deprecated
However, I failed to find an exhaustive list of the available configuration values
For instance, eck-stack values.yaml specifies almost nothing but its example adds other parameters
This is the same thing for the other helm charts
In helm-charts (for instance here), we have a clear list of every configuration parameter with a few words in comments (sometimes pointers to a more complete documentation)
Would it be possible to have the same details there ? Or link a page in your documentation that would document that ?
The text was updated successfully, but these errors were encountered: