Skip to content

Commit eacf580

Browse files
authored
Merge pull request #83241 from MarimuthuSA/patch-2
Updated the command - with correct case.
2 parents 6c8d777 + 196cb60 commit eacf580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/governance/policy/concepts/policy-for-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ kubectl get pods -n gatekeeper-system
195195

196196
Lastly, verify that the latest add-on is installed by running this Azure CLI command, replacing
197197
`<rg>` with your resource group name and `<cluster-name>` with the name of your AKS cluster:
198-
`az aks show --query addonProfiles.azurepolicy -g <rg> -n <cluster-name>`. The result should look
198+
`az aks show --query addonProfiles.azurePolicy -g <rg> -n <cluster-name>`. The result should look
199199
similar to the following output:
200200

201201
```output

0 commit comments

Comments
 (0)