diff --git a/charts/kyverno/README.md b/charts/kyverno/README.md index 003fdd93af..375de4258f 100644 --- a/charts/kyverno/README.md +++ b/charts/kyverno/README.md @@ -106,15 +106,10 @@ The following table lists the configurable parameters of the kyverno chart and t | `service.type` | type of service | `ClusterIP` | | `serviceMonitor.enabled` | create a ServiceMonitor(Requires Prometheus) | `false` | | `serviceMonitor.additionalLabels` | additional labels to add for ServiceMonitor | `nil` | - | `serviceMonitor.interval` | interval to scrape metrics | `30s` | - | `serviceMonitor.scrapeTimeout` | timeout if metrics can't be retrieved in given time interval | `25s` | - | `serviceMonitor.secure` | is TLS required for endpoint | `false` | - | `serviceMonitor.tlsConfig` | TLS Configuration for endpoint | `[]` | - | `tolerations` | list of node taints to tolerate | `[]` | | `securityContext` | security context configuration | `{}` | | `podSecurityStandard` | set desired pod security level `privileged`, `baseline`, `restricted`, `custom`. Set to `restricted` for maximum security for your cluster. See: https://kyverno.io/policies/pod-security/ | `baseline` |