From b8a6a392cd3f7bfb25776f64fce6655a2956000f Mon Sep 17 00:00:00 2001 From: Dmitrii Didenko Date: Mon, 13 Sep 2021 16:23:58 +0300 Subject: [PATCH] Fixed README file --- charts/cadvisor/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/cadvisor/README.md b/charts/cadvisor/README.md index dc24965..2a103bf 100644 --- a/charts/cadvisor/README.md +++ b/charts/cadvisor/README.md @@ -59,6 +59,8 @@ The following table lists the configurable parameters of the cAdvisor chart and | `podAnnotations` | annotations for the daemonset pods | `{}` | | `podSecurityPolicy.create` | create a own PodSecurityPolicy for the pod | `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.relabeling` | add relabeling configuration to ServiceMonitor | `[]` |