From ffbfe7815d12961eea3a5a55df90e94580d77436 Mon Sep 17 00:00:00 2001 From: MC <32625024+MichaelChristopherson@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:43:19 -0600 Subject: [PATCH] Update annotations.md Updated documentation to have example show the AzureApplicationGatewayRewrite rule getting created in the same namespace as the Ingress object per documentation on line 887. --- docs/annotations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/annotations.md b/docs/annotations.md index cb34dab2e..9659dcd58 100644 --- a/docs/annotations.md +++ b/docs/annotations.md @@ -899,6 +899,7 @@ apiVersion: appgw.ingress.azure.io/v1beta1 kind: AzureApplicationGatewayRewrite metadata: name: my-rewrite-rule-set + namespace: test-ag spec: rewriteRules: - name: rule1 @@ -980,4 +981,4 @@ spec: name: store-service port: number: 8080 -``` \ No newline at end of file +```