From 9e89aa341bab52c0a6066d62c1980652e830a315 Mon Sep 17 00:00:00 2001 From: Quirino Gervacio Date: Tue, 1 Nov 2022 01:00:17 +0800 Subject: [PATCH] Corrected Kubernetes spelling (#5134) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Corrected Kubernetes spelling Signed-off-by: Quirino Gervacio * fix codegen Signed-off-by: Charles-Edouard Brétéché Signed-off-by: Quirino Gervacio Signed-off-by: Charles-Edouard Brétéché Co-authored-by: shuting Co-authored-by: kyverno-bot <104836976+kyverno-bot@users.noreply.github.com> Co-authored-by: Charles-Edouard Brétéché Co-authored-by: Charles-Edouard Brétéché --- charts/kyverno/README.md | 2 +- charts/kyverno/README.md.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kyverno/README.md b/charts/kyverno/README.md index e4b3c6b582ae..231a7dac951f 100644 --- a/charts/kyverno/README.md +++ b/charts/kyverno/README.md @@ -56,7 +56,7 @@ You can do so by following instructions in these pages of ArgoCD documentation: ArgoCD uses helm only for templating but applies the results with `kubectl`. -Unfortunately `kubectl` adds metadata that will cross the limit allowed by Kuberrnetes. Using `Replace` overcomes this limitation. +Unfortunately `kubectl` adds metadata that will cross the limit allowed by Kubernetes. Using `Replace` overcomes this limitation. Another option is to use server side apply, this will be supported in ArgoCD v2.5. diff --git a/charts/kyverno/README.md.gotmpl b/charts/kyverno/README.md.gotmpl index 8f5954061e1c..5b86fc6cda99 100644 --- a/charts/kyverno/README.md.gotmpl +++ b/charts/kyverno/README.md.gotmpl @@ -56,7 +56,7 @@ You can do so by following instructions in these pages of ArgoCD documentation: ArgoCD uses helm only for templating but applies the results with `kubectl`. -Unfortunately `kubectl` adds metadata that will cross the limit allowed by Kuberrnetes. Using `Replace` overcomes this limitation. +Unfortunately `kubectl` adds metadata that will cross the limit allowed by Kubernetes. Using `Replace` overcomes this limitation. Another option is to use server side apply, this will be supported in ArgoCD v2.5.