Skip to content

Commit c23fb12

Browse files
committed
Learn Editor: Update azure-rbac.md
1 parent f1c37df commit c23fb12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-arc/kubernetes/azure-rbac.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ For a conceptual overview of this feature, see [Azure RBAC on Azure Arc-enabled
8383
sudo vi /etc/kubernetes/manifests/kube-apiserver.yaml
8484
```
8585

86-
1. Add the following specification under `volumes`:
87-
88-
```yml
86+
1. Add the following specification under `volumes`:
87+
88+
```yml
8989
- name: azure-rbac
9090
hostPath:
9191
path: /etc/guard
@@ -102,7 +102,7 @@ For a conceptual overview of this feature, see [Azure RBAC on Azure Arc-enabled
102102

103103
**If your `kube-apiserver` is a not a static pod:**
104104

105-
1. Open the `apiserver` manifest in edit mode:
105+
1. Open the `apiserver` manifest in edit mode:
106106

107107
```console
108108
sudo vi /etc/kubernetes/manifests/kube-apiserver.yaml

0 commit comments

Comments
 (0)