From aacc8dfa2391093da2fc036732679414fc829287 Mon Sep 17 00:00:00 2001 From: David van der Spek <28541758+davidspek@users.noreply.github.com> Date: Wed, 23 Apr 2025 18:03:40 +0200 Subject: [PATCH] docs: correct regactor error Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com> --- docs/sources/gateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/gateway.md b/docs/sources/gateway.md index 4a34046b8..d62c42469 100644 --- a/docs/sources/gateway.md +++ b/docs/sources/gateway.md @@ -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.