Skip to content

Commit

Permalink
Use PSP from policy API group. (#7562)
Browse files Browse the repository at this point in the history
  • Loading branch information
php-coder authored and zacharysarah committed Apr 16, 2018
1 parent b4ccb71 commit 8a93b31
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/tutorials/clusters/apparmor.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,14 @@ If the PodSecurityPolicy extension is enabled, cluster-wide AppArmor restriction
enable the PodSecurityPolicy, the following flag must be set on the `apiserver`:

```
<<<<<<< HEAD
--enable-admission-plugins=PodSecurityPolicy[,others...]
||||||| merged common ancestors
--admission-control=PodSecurityPolicy[,others...]
--runtime-config=extensions/v1beta1/podsecuritypolicy[,others...]
=======
--admission-control=PodSecurityPolicy[,others...]
>>>>>>> Use PSP from policy API group. (#7562)
```

The AppArmor options can be specified as annotations on the PodSecurityPolicy:
Expand Down

0 comments on commit 8a93b31

Please sign in to comment.