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. (#12768)
  • Loading branch information
php-coder authored and k8s-ci-robot committed Mar 7, 2019
1 parent d110471 commit acc4c33
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 acc4c33

Please sign in to comment.