From a59c0f6e40dcc025bd1d6048d3aac86bd2f98887 Mon Sep 17 00:00:00 2001 From: Denys Bielyshev <47354295+belyshevdenis@users.noreply.github.com> Date: Wed, 22 May 2019 20:03:25 +0300 Subject: [PATCH] Update writing-policies-validate.md --- documentation/writing-policies-validate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/writing-policies-validate.md b/documentation/writing-policies-validate.md index fe3b905e0b..402fbc71e4 100644 --- a/documentation/writing-policies-validate.md +++ b/documentation/writing-policies-validate.md @@ -34,7 +34,7 @@ A validation rule is expressed as an overlay pattern that expresses the desired There is no operator for `equals` as providing a field value in the pattern requires equality to the value. ## Example - +The next rule prevents the creation of Deployment, StatefuleSet and DaemonSet resources without label 'app' in selector: ````yaml apiVersion : kyverno.io/v1alpha1