vidispine / hull

The incredible HULL - Helm Uniform Layer Library - is a Helm library chart to improve Helm chart based workflows
https://github.com/vidispine/hull
Apache License 2.0
213 stars 12 forks source link

Enable array access in `_HT*` #306

Closed gre9ory closed 4 months ago

gre9ory commented 6 months ago

State Currently _HT* can only be used to reference arrays as a whole. It is not possible to dig into an array via indexing.

Feature Idea Enable indexing of arrays in _HT* to be able to dig into array elements when using _HT*. Syntax should be straight forward:

_HT*hull.config.specific.theArray.0

gre9ory commented 4 months ago

Available in releases

1.28.15 1.29.8 1.30.1