A common pattern in helm chart values.yaml files are maps with keys called 'name'. These can be parsed idiomatically using the property x-kubernetes-list-type: map. This method provides the advantage of allowing multiple possible types for the values in the map.
A common pattern in helm chart values.yaml files are maps with keys called 'name'. These can be parsed idiomatically using the property x-kubernetes-list-type: map. This method provides the advantage of allowing multiple possible types for the values in the map.
Updates: https://github.com/cloud-ark/kubeplus/issues/1140