Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Jun 30, 2024
1 parent a62d85a commit cc33279
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kubernetes/system/external-dns/base/external-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[email protected]"
env:
- name: CF_API_KEY
value: "ce2277909a5917bc9655fbe1b84180efedceb" # this is supposed to be a secret
- name: CF_API_EMAIL
value: "[email protected]"

0 comments on commit cc33279

Please sign in to comment.