mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
fix table layout (#2209)
Signed-off-by: Soto Sugita <sotosugi@amazon.co.jp>
This commit is contained in:
parent
f46c83c44b
commit
7215841792
1 changed files with 0 additions and 5 deletions
|
@ -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` |
|
||||
|
|
Loading…
Add table
Reference in a new issue