Skip to content

Commit c28314e

Browse files
committed
fixup! fixup! DNS: Add awsPrivateHostedZoneRole
make platform a pointer
1 parent 9ffbec3 commit c28314e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/v1/types_dns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type DNSSpec struct {
5959
// to choose reasonable defaults. These defaults are subject to change over time.
6060
//
6161
// +optional
62-
Platform DNSPlatformSpec `json:"platform,omitempty"`
62+
Platform *DNSPlatformSpec `json:"platform,omitempty"`
6363
}
6464

6565
// DNSZone is used to define a DNS hosted zone.

0 commit comments

Comments
 (0)