We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca3d90 commit 0855802Copy full SHA for 0855802
articles/application-gateway/for-containers/how-to-url-rewrite-gateway-api.md
@@ -35,7 +35,7 @@ The following figure illustrates an example of a request destined for _contoso.c
35
Apply the following deployment.yaml file on your cluster to deploy a sample TLS certificate to demonstrate redirect capabilities.
36
37
```bash
38
- kubectl apply -f kubectl apply -f https://trafficcontrollerdocs.blob.core.windows.net/examples/https-scenario/ssl-termination/deployment.yaml
+ kubectl apply -f https://trafficcontrollerdocs.blob.core.windows.net/examples/https-scenario/ssl-termination/deployment.yaml
39
```
40
41
This command creates the following on your cluster:
0 commit comments