mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 10:06:57 +02:00
Merge pull request #3525 from morremeyer/docs/crd-source
docs: add example for provider specific config
This commit is contained in:
commit
9877b8fef9
@ -9,3 +9,7 @@ spec:
|
|||||||
recordType: A
|
recordType: A
|
||||||
targets:
|
targets:
|
||||||
- 192.168.99.216
|
- 192.168.99.216
|
||||||
|
# Provider specific configurations are set like an annotation would on other sources
|
||||||
|
providerSpecific:
|
||||||
|
- name: external-dns.alpha.kubernetes.io/cloudflare-proxied
|
||||||
|
value: "true"
|
||||||
|
Loading…
Reference in New Issue
Block a user