From 8296d727e05952a4a9620f7719f7658a362fe414 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 22 Aug 2017 15:51:51 +0800 Subject: [PATCH] Update pod-security-policy.md modify "api" to "API" and "boolean" to "Boolean" --- docs/concepts/policy/pod-security-policy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/policy/pod-security-policy.md b/docs/concepts/policy/pod-security-policy.md index 74f603dff3..658998281e 100644 --- a/docs/concepts/policy/pod-security-policy.md +++ b/docs/concepts/policy/pod-security-policy.md @@ -42,7 +42,7 @@ _Pod Security Policies_ are comprised of settings and strategies that control the security features a pod has access to. These settings fall into three categories: -- *Controlled by a boolean*: Fields of this type default to the most +- *Controlled by a Boolean*: Fields of this type default to the most restrictive value. - *Controlled by an allowable set*: Fields of this type are checked against the set to ensure their values are allowed. @@ -193,7 +193,7 @@ podsecuritypolicy "permissive" deleted In order to use Pod Security Policies in your cluster you must ensure the following -1. You have enabled the api type `extensions/v1beta1/podsecuritypolicy` (only for versions prior 1.6) +1. You have enabled the API type `extensions/v1beta1/podsecuritypolicy` (only for versions prior 1.6) 1. You have enabled the admission controller `PodSecurityPolicy` 1. You have defined your policies