From 845b53cfa148eedde7259ee1c46e136e5c302f9c Mon Sep 17 00:00:00 2001 From: Megum1n Date: Sun, 25 Jun 2023 03:29:11 +0200 Subject: [PATCH] Update docs/tutorials/gloo-proxy.md Co-authored-by: John Gardiner Myers --- docs/tutorials/gloo-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/gloo-proxy.md b/docs/tutorials/gloo-proxy.md index 816f5c6b2..482fec32b 100644 --- a/docs/tutorials/gloo-proxy.md +++ b/docs/tutorials/gloo-proxy.md @@ -25,7 +25,7 @@ spec: image: registry.k8s.io/external-dns/external-dns:v0.13.5 args: - --source=gloo-proxy - - --gloo-namespace=custom-gloo-system # comma separated gloo system namespace list. Omit to use the default (gloo-system) + - --gloo-namespace=custom-gloo-system # gloo system namespace. Specify multiple times for multiple namespaces. Omit to use the default (gloo-system) - --provider=aws - --registry=txt - --txt-owner-id=my-identifier