-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Labels
Milestone
Description
I want to put the value of ComputeAddress in rrdatas of DNSRecordSet.
When I look at the references, it looks like I can't do external references.
Is there any good way?
---
apiVersion: compute.cnrm.cloud.google.com/v1beta1
kind: ComputeAddress
metadata:
name: staticip
spec:
location: global
---
apiVersion: dns.cnrm.cloud.google.com/v1beta1
kind: DNSRecordSet
metadata:
name: xxx-recorad
spec:
name: "xxx.example.com."
type: "A"
ttl: 300
managedZoneRef:
external: managezone
rrdatas:
- "8.8.8.8" # <-- I want to put the IP address created with ComputeAddress here.
dinvlad, ziraldo-oanda, petercb, mikedougherty, redbaron and 26 more