From 3db58d76d2b0954b7b0e8644b810a9cd00970bd2 Mon Sep 17 00:00:00 2001 From: Ritesh Patel Date: Tue, 11 Jun 2019 10:39:20 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ed4d4f70..0bafa1b5d0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Kyverno is a policy engine designed for Kubernetes. -Kubernetes supports declarative management of objects using configurations written in YAML or JSON. Often, parts of the configuration will need to vary based on the runtime environment. For portability, and for separation of concerns, its best to mantain environment specific configurations separately from workload configurations. +Kubernetes supports declarative management of objects using configurations written in YAML or JSON. Often, parts of the configuration will need to vary based on the runtime environment. For portability, and for separation of concerns, its best to maintain environment specific configurations separately from workload configurations. Kyverno allows cluster adminstrators to manage environment specific configurations independently of workload configurations and enforce configuration best practices for their clusters.