From 52f0b5b540e5da93d830188ae52bf9dac40be454 Mon Sep 17 00:00:00 2001 From: radhikapc Date: Tue, 5 Dec 2017 15:41:23 -0600 Subject: [PATCH] incorporated the feedback --- _data/glossary/pod-security-policy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/glossary/pod-security-policy.yaml b/_data/glossary/pod-security-policy.yaml index 23b03543fc..1f23f878d7 100644 --- a/_data/glossary/pod-security-policy.yaml +++ b/_data/glossary/pod-security-policy.yaml @@ -11,6 +11,6 @@ tags: - core-object - fundamental short-description: > - Pod Security Policies enable fine-grained authorization of {% glossary_tooltip term_id="pod" %} creation and updates. + Enables fine-grained authorization of {% glossary_tooltip term_id="pod" %} creation and updates. long-description: > - A Pod Security Policy is a cluster-level resource that controls security sensitive aspects of the Pod specification. The `PodSecurityPolicy` objects define a set of conditions that a Pod must run with in order to be accepted into the system, as well as defaults for the related fields. Pod Security Policy control is implemented as an optional admission controller. + A cluster-level resource that controls security sensitive aspects of the Pod specification. The `PodSecurityPolicy` objects define a set of conditions that a Pod must run with in order to be accepted into the system, as well as defaults for the related fields. Pod Security Policy control is implemented as an optional admission controller.