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