I want to refer a property of an object created by a CRD.
Here is my example. I create a Cloud SQL instance using the CRD from https://github.com/GoogleCloudPlatform/k8s-config-connector.
This generates an instance with an IP. I want to reference the IP address in another resource.
Is there something similar to the downstream API that will allow me to do this?
If I can't do it Natively can I do it with third party templating tools like Helm, Helmfile or Kustomize?