docs: correct regactor error

Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
This commit is contained in:
David van der Spek 2025-04-23 18:03:40 +02:00 committed by David van der Spek
parent 9b9c563ff2
commit aacc8dfa23

View File

@ -109,7 +109,7 @@ The targets of the DNS entries created from a \*Route are sourced from the follo
1. If the route has the `external-dns.alpha.kubernetes.io/target` annotation
with a non-empty value, uses the value from that.
2. If the route has the route has the `external-dns.alpha.kubernetes.io/target: ""` it
2. If the route has the `external-dns.alpha.kubernetes.io/target: ""` it
will disable the `external-dns.alpha.kubernetes.io/target` on the matching parent
Gateway(s) and continue the regular flow from step 4.