From 77d4844ccb9cccaafea0944ad41ead63b8104edc Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Tue, 21 Nov 2023 07:09:56 -0500 Subject: [PATCH] added email to dns --- external-dns/helmrelease-external-dns.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external-dns/helmrelease-external-dns.yaml b/external-dns/helmrelease-external-dns.yaml index 6e6bb6c..9979540 100644 --- a/external-dns/helmrelease-external-dns.yaml +++ b/external-dns/helmrelease-external-dns.yaml @@ -342,7 +342,7 @@ spec: secretName: "cloudflare-api-token" ## @param cloudflare.email When using the Cloudflare provider, `CF_API_EMAIL` to set (optional). Needed when using CF_API_KEY ## - email: "" + email: "michael@michaelthomson.dev" ## @param cloudflare.proxied When using the Cloudflare provider, enable the proxy feature (DDOS protection, CDN...) (optional) ## proxied: true