From bed463214ea1a2da9e87bf734219e49e490db17b Mon Sep 17 00:00:00 2001 From: Peter Jakubis Date: Thu, 16 Nov 2023 11:45:05 +0100 Subject: [PATCH] correct typo in README for Kyverno 1.10+ (#8911) Signed-off-by: Peter Jakubis Co-authored-by: treydock --- 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 22af2117c0..13fa8107bb 100644 --- a/charts/kyverno/README.md +++ b/charts/kyverno/README.md @@ -756,7 +756,7 @@ Please consult the [values.yaml](./values.yaml) file before overriding `config.r Running a highly-available Kyverno installation is crucial in a production environment. -In order to run Kyverno in high availability mode, you should set `replicaCount` to `3` or more. +In order to run Kyverno in high availability mode, you should set `replicas` to `3` or more for desired components. You should also pay attention to anti affinity rules, spreading pods across nodes and availability zones. Please see https://kyverno.io/docs/installation/#security-vs-operability for more informations. diff --git a/charts/kyverno/README.md.gotmpl b/charts/kyverno/README.md.gotmpl index 287911243a..4c0692c4c1 100644 --- a/charts/kyverno/README.md.gotmpl +++ b/charts/kyverno/README.md.gotmpl @@ -390,7 +390,7 @@ Please consult the [values.yaml](./values.yaml) file before overriding `config.r Running a highly-available Kyverno installation is crucial in a production environment. -In order to run Kyverno in high availability mode, you should set `replicaCount` to `3` or more. +In order to run Kyverno in high availability mode, you should set `replicas` to `3` or more for desired components. You should also pay attention to anti affinity rules, spreading pods across nodes and availability zones. Please see https://kyverno.io/docs/installation/#security-vs-operability for more informations.