From 64cb5d7d410b6cf8a3e6fdcb2b4c99db34553b5b Mon Sep 17 00:00:00 2001 From: Chip Zoller Date: Tue, 19 Oct 2021 01:49:40 -0400 Subject: [PATCH] Helm README updates with values (#2548) * add platform to bug template Signed-off-by: Chip Zoller * Helm value updates Signed-off-by: Chip Zoller --- charts/kyverno/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kyverno/README.md b/charts/kyverno/README.md index 5943f0e900..21e1ffe72d 100644 --- a/charts/kyverno/README.md +++ b/charts/kyverno/README.md @@ -64,7 +64,7 @@ The following table lists the configurable parameters of the kyverno chart and t | Parameter | Description | Default | | ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `affinity` | node/pod affinities | `nil` | +| `antiAffinity` | node/pod affinities. Enabled by default but can be disabled in single-node clusters. | `nil` | | `createSelfSignedCert` | generate a self signed cert and certificate authority. Kyverno defaults to using kube-controller-manager CA-signed certificate or existing cert secret if false. | `false` | | `config.existingConfig` | existing Kubernetes configmap to use for the resource filters configuration | `nil` | | `config.resourceFilters` | list of resource types to be skipped by kyverno policy engine. See [documentation](https://kyverno.io/docs/installation/#resource-filters) for details | `[Event,*,*][*,kube-system,*][*,kube-public,*][*,kube-node-lease,*][Node,*,*][APIService,*,*][TokenReview,*,*][SubjectAccessReview,*,*][SelfSubjectAccessReview,*,*][*,kyverno,*][Binding,*,*][ReplicaSet,*,*][ReportChangeRequest,*,*][ClusterReportChangeRequest,*,*]` | @@ -73,7 +73,7 @@ The following table lists the configurable parameters of the kyverno chart and t | `dnsPolicy` | Sets the DNS Policy which determines the manner in which DNS resolution happens across the cluster. For further reference, see [the official Kubernetes docs](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy) | `ClusterFirst` | | `envVarsInit` | Extra environment variables to pass to kyverno initContainers | | `envVars` | Extra environment variables to pass to Kyverno | {} | -| `extraArgs` | list of extra arguments to give the binary | `[]` | +| `extraArgs` | list of extra arguments to give the binary (ex., `--webhookTimeout=4`) | `[]` | | `fullnameOverride` | override the expanded name of the chart | `nil` | | `generatecontrollerExtraResources` | extra resource type Kyverno is allowed to generate | `[]` | | `hostNetwork` | Use the host network's namespace. Set it to `true` when dealing with a custom CNI over Amazon EKS | `false` |