When you create something using the `Chart` resour...
# kubernetes
w
When you create something using the
Chart
resource, what is the recommended way to read output values from the resource... like the public ip of a loadbalancer that was created? Is the recommended approach to do an
apply
on the
ready
property and the loop through the resources?