Skip to content

Commit

Permalink
docs: fix header level in known-issues.md (#654)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase committed Nov 30, 2022
1 parent e74bbd1 commit b8726b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ BODY="{'principalId':'${APPLICATION_OBJECT_ID}','resourceId':'${GRAPH_RESOURCE_I
az rest --method post --uri "${URI}" --body "${BODY}" --headers "Content-Type=application/json"
```
### Environment variables not injected into pods deployed in the kube-system namespace in an AKS cluster
## Environment variables not injected into pods deployed in the kube-system namespace in an AKS cluster
To protect the stability of the system and prevent custom admission controllers from impacting internal services in the kube-system, namespace AKS has an Admissions Enforcer, which automatically excludes kube-system and AKS internal namespaces. Refer to [doc](https://docs.microsoft.com/en-us/azure/aks/faq#can-admission-controller-webhooks-impact-kube-system-and-internal-aks-namespaces) for more details.
Expand Down

0 comments on commit b8726b0

Please sign in to comment.