Skip to content

Commit

Permalink
fix(external-dns): wrong secret remote ref
Browse files Browse the repository at this point in the history
  • Loading branch information
eivarin committed Feb 7, 2025
1 parent 1b1c7fc commit dc1fce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ spec:
data:
- secretKey: api-token
remoteRef:
key: CF_API_TOKEN
key: CF_TOKEN
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
valueFrom:
secretKeyRef:
name: cloudflare-api-token-secret
key: CF_API_TOKEN
key: api-token
extraArgs:
- --cloudflare-dns-records-per-page=1000
- --cloudflare-proxied
Expand Down

0 comments on commit dc1fce1

Please sign in to comment.