Skip to content

Commit

Permalink
pod-security-policy.md: update to use PSP from policy/v1beta1 and fix…
Browse files Browse the repository at this point in the history
… a broken link. (kubernetes#12768)
  • Loading branch information
php-coder authored and Mayank Kumar committed Mar 11, 2019
1 parent c48f075 commit e9e3195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/policy/pod-security-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ Please make sure [`volumes`](#volumes-and-file-systems) field contains the
For example:

```yaml
apiVersion: extensions/v1beta1
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: allow-flex-volumes
Expand Down Expand Up @@ -609,6 +609,6 @@ default cannot be changed.
### Sysctl

Controlled via annotations on the PodSecurityPolicy. Refer to the [Sysctl documentation](
/docs/concepts/cluster-administration/sysctl-cluster/#podsecuritypolicy-annotations).
/docs/concepts/cluster-administration/sysctl-cluster/#podsecuritypolicy).

{{% /capture %}}

0 comments on commit e9e3195

Please sign in to comment.