How to reference the redis host/ip created by config connector in GKE from a Kustomization
I have a deployment that needs the ip address of the cloud redis instance. I'm creating the cloud redis instance via config connector: apiVersion: redis.cnrm.cloud.google.com/v1beta1 kind: RedisInstance metadata: name: redis-name annotations: cnrm.cloud.google.com/project-id: project-id spec: region: region displayName: Cloud Redis tier:…