This message was deleted.
# kubernetes
s
This message was deleted.
b
you would need to do this inside an apply so that you get the version when the chart is finished: something like:
Copy code
export const hostname = ambassador.getResourceProperty("v1/Service", "ambassador", "status").apply(status => status.loadBalancer.ingress[0].ip);