Fix typo in apparmor.md

This commit is contained in:
Zadjad Rezai 2024-09-28 23:13:30 +02:00 committed by GitHub
parent 0db82aa86c
commit b55400ab9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ profile k8s-apparmor-example-deny-write flags=(attach_disconnected) {
}
```
The profile needs to loaded onto all nodes, since you don't know where the pod will be scheduled.
The profile needs to be loaded onto all nodes, since you don't know where the pod will be scheduled.
For this example you can use SSH to install the profiles, but other approaches are
discussed in [Setting up nodes with profiles](#setting-up-nodes-with-profiles).