Skip to content

Commit c31afea

Browse files
authored
Merge pull request #199948 from paolosalvatori/patch-15
Updated name of the validation webhook
2 parents f37fa25 + 0b488e2 commit c31afea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/open-service-mesh-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ aks-osm-webhook-osm 1 102m
103103
### Check for the service and the CA bundle of the Validating webhook
104104

105105
```azurecli-interactive
106-
kubectl get ValidatingWebhookConfiguration aks-osm-webhook-osm -o json | jq '.webhooks[0].clientConfig.service'
106+
kubectl get ValidatingWebhookConfiguration aks-osm-validator-mesh-osm -o json | jq '.webhooks[0].clientConfig.service'
107107
```
108108

109109
A well configured Validating Webhook Configuration would look exactly like this:

0 commit comments

Comments
 (0)