Programmer-RD-AI opened a new pull request, #56389:
URL: https://github.com/apache/airflow/pull/56389

   This PR addresses a TODO comment in `chart/docs/conf.py` by improving the 
`_get_params` function to correctly handle parameters defined as arrays in the 
Helm chart schema.
   
   #### **Summary**
   
   * Adds logic to detect when a schema node is of type `array`.
   * Ensures that array parameter names are properly suffixed with `[]` when 
flattened for documentation.
   * Refactors the existing loop to include consistent section mapping and 
output generation.
   
   #### **Why**
   
   Previously, `_get_params` skipped over array-type properties, resulting in 
incomplete or inconsistent parameter documentation in chart docs.
   This change improves schema coverage and makes the documentation generator 
output align with actual Helm values structure.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to