From cc3327958969530e3a104fe4b7ec6bde92e2c5d0 Mon Sep 17 00:00:00 2001 From: ThomasCardin Date: Sun, 30 Jun 2024 16:43:33 -0400 Subject: [PATCH] fix --- kubernetes/system/external-dns/base/external-dns.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kubernetes/system/external-dns/base/external-dns.yaml b/kubernetes/system/external-dns/base/external-dns.yaml index 493fe32..60dbd2d 100644 --- a/kubernetes/system/external-dns/base/external-dns.yaml +++ b/kubernetes/system/external-dns/base/external-dns.yaml @@ -21,8 +21,8 @@ spec: - --domain-filter=ninebasetwo.net # (optional) limit to only example.com domains; change to match the zone created above. - --provider=cloudflare - --cloudflare-proxied # (optional) enable the proxy feature of Cloudflare (DDOS protection, CDN...) - env: - - name: CF_API_KEY - value: "ce2277909a5917bc9655fbe1b84180efedceb" # this is supposed to be a secret - - name: CF_API_EMAIL - value: "tomcardin@outlook.com" \ No newline at end of file + env: + - name: CF_API_KEY + value: "ce2277909a5917bc9655fbe1b84180efedceb" # this is supposed to be a secret + - name: CF_API_EMAIL + value: "tomcardin@outlook.com" \ No newline at end of file