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.
2 parents f37fa25 + 0b488e2 commit c31afeaCopy full SHA for c31afea
articles/aks/open-service-mesh-troubleshoot.md
@@ -103,7 +103,7 @@ aks-osm-webhook-osm 1 102m
103
### Check for the service and the CA bundle of the Validating webhook
104
105
```azurecli-interactive
106
-kubectl get ValidatingWebhookConfiguration aks-osm-webhook-osm -o json | jq '.webhooks[0].clientConfig.service'
+kubectl get ValidatingWebhookConfiguration aks-osm-validator-mesh-osm -o json | jq '.webhooks[0].clientConfig.service'
107
```
108
109
A well configured Validating Webhook Configuration would look exactly like this:
0 commit comments