Fixed README file

This commit is contained in:
Dmitrii Didenko 2021-09-13 16:23:58 +03:00
parent 97fca62276
commit b8a6a392cd
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ The following table lists the configurable parameters of the cAdvisor chart and
| `podAnnotations` | annotations for the daemonset pods | `{}` | | `podAnnotations` | annotations for the daemonset pods | `{}` |
| `podSecurityPolicy.create` | create a own PodSecurityPolicy for the pod | `false` | | `podSecurityPolicy.create` | create a own PodSecurityPolicy for the pod | `false` |
| `podSecurityPolicy.privileged` | create the PodSecurityPolicy as privileged | `false` | | `podSecurityPolicy.privileged` | create the PodSecurityPolicy as privileged | `false` |
| `podSecurityContext.create` | create the podSecurityContext in container spec | `false` |
| `podSecurityContext.privileged`| set podSecurityContext privileged to true | `false` |
| `metrics.enabled` | create ServiceMonitor CR for Prometheus operator | `false` | | `metrics.enabled` | create ServiceMonitor CR for Prometheus operator | `false` |
| `metrics.relabeling` | add relabeling configuration to ServiceMonitor | `[]` | | `metrics.relabeling` | add relabeling configuration to ServiceMonitor | `[]` |