From 4c546fb73a4cf526e3913b996091043054ccec48 Mon Sep 17 00:00:00 2001 From: Maurice Meyer Date: Fri, 31 Mar 2023 17:34:20 +0200 Subject: [PATCH] docs: add example for provider specific config --- docs/contributing/crd-source/dnsendpoint-example.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/contributing/crd-source/dnsendpoint-example.yaml b/docs/contributing/crd-source/dnsendpoint-example.yaml index 894301d8a..2ed7d7fa0 100644 --- a/docs/contributing/crd-source/dnsendpoint-example.yaml +++ b/docs/contributing/crd-source/dnsendpoint-example.yaml @@ -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"