From 746c44ee6514137fcccbdf9d628cc688cb35c9f5 Mon Sep 17 00:00:00 2001 From: hadar-co Date: Wed, 27 Jul 2022 13:13:46 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbcb565..7f38bc7 100644 --- a/README.md +++ b/README.md @@ -75,12 +75,12 @@ The plugin supports the following resource types:
## Examples -This command will fetch all resources within the namespace `exmpl`, and execute a policy check against them: +The following command will fetch all resources within the namespace `exmpl`, and execute a policy check against them: ``` kubectl datree test -- -n exmpl ``` -This command will fetch the resource of kind **Service** named `myAwesomeService` in namespace `mySweetNamespace`, and execute a policy check against it using k8s schema version 1.22.0: +The following command will fetch the resource of kind **Service** named `myAwesomeService` in namespace `mySweetNamespace`, and execute a policy check against it using k8s schema version 1.22.0: ``` kubectl datree test -s "1.22.0" -- service myAwesomeService mySweetNamespace ```