Merge pull request #3525 from morremeyer/docs/crd-source

docs: add example for provider specific config
This commit is contained in:
Kubernetes Prow Robot 2023-05-08 04:45:17 -07:00 committed by GitHub
commit 9877b8fef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,3 +9,7 @@ spec:
recordType: A
targets:
- 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"