Skip to content

Commit f78ede1

Browse files
committed
feat(cloudflare): fix overriddenConfig for CloudflareCustomHostnamesCertificateAuthority
1 parent 7931d8d commit f78ede1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/externaldns/types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ var (
188188
CloudflareProxied: true,
189189
CloudflareCustomHostnames: true,
190190
CloudflareCustomHostnamesMinTLSVersion: "1.3",
191-
CloudflareCustomHostnamesCertificateAuthority: "",
191+
CloudflareCustomHostnamesCertificateAuthority: "google",
192192
CloudflareDNSRecordsPerPage: 5000,
193193
CloudflareRegionKey: "us",
194194
CoreDNSPrefix: "/coredns/",

0 commit comments

Comments
 (0)