From 69f4f09eccc6ea7864d650d631661d1139546f9c Mon Sep 17 00:00:00 2001 From: Federico Feresini Date: Fri, 15 Sep 2023 09:18:44 +0200 Subject: [PATCH] description env --- charts/cluster-scanner/README.md | 4 ++-- charts/cluster-scanner/values.yaml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/cluster-scanner/README.md b/charts/cluster-scanner/README.md index c9d9a7764..3fc3fa507 100644 --- a/charts/cluster-scanner/README.md +++ b/charts/cluster-scanner/README.md @@ -119,7 +119,7 @@ The following table lists the configurable parameters of the `cluster-scanner` c | runtimeStatusIntegrator.resources.limits.memory | Runtime Status Integrator Memory limit per replica | 350Mi | | runtimeStatusIntegrator.resources.requests.cpu | Runtime Status Integrator CPU requests per replica | "350m" | | runtimeStatusIntegrator.resources.requests.memory | Runtime Status Integrator Memory requests per replica | 350Mi | -| runtimeStatusIntegrator.env | | {} | +| runtimeStatusIntegrator.env | Runtime Status Integrator env allows the definition of environment variables | {} | | runtimeStatusIntegrator.natsJS.user | The username to be used in the NATS JetStream instance the Runtime Status Integrator is going to start | "default-user" | | imageSbomExtractor.image.registry | The image registry to use for the Image SBOM Extractor component of Cluster Scanner | quay.io | | imageSbomExtractor.image.repository | The image repository to use for pulling the Image SBOM Extractor image | sysdig/image-sbom-extractor | @@ -130,7 +130,7 @@ The following table lists the configurable parameters of the `cluster-scanner` c | imageSbomExtractor.resources.limits.memory | Image SBOM Extractor Memory limit per replica | 350Mi | | imageSbomExtractor.resources.requests.cpu | Image SBOM Extractor CPU requests per replica | "350m" | | imageSbomExtractor.resources.requests.memory | Image SBOM Extractor Memory requests per replica | 350Mi | -| imageSbomExtractor.env | | {} | +| imageSbomExtractor.env | Image SBOM Extractor env allows the definition of environment variables | {} | | imageSbomExtractor.cache.type | The type of cache to use. Allowed values are `local`, `distributed` and `distributed,local`. When specified more than one, the cache precedence will be applied from right to left. Eg: `distributed,local` will try to hit the local one first, than fallback to distributed one (redis) When setting `distributed`, you should also setup redis settings below accordingly with your redis installation. | "local" | | imageSbomExtractor.cache.local.maxSizeBytes | The maximum size in bytes of the local cache. By default it is set to 35MB | "36700160" | | imageSbomExtractor.cache.local.maxElementSizeBytes | When using `local` as cache type, restrict the maximum size of elements to be cached. By default it is set to 100KB | "102400" | diff --git a/charts/cluster-scanner/values.yaml b/charts/cluster-scanner/values.yaml index ca29371fa..174666131 100644 --- a/charts/cluster-scanner/values.yaml +++ b/charts/cluster-scanner/values.yaml @@ -147,6 +147,7 @@ runtimeStatusIntegrator: # Runtime Status Integrator Memory requests per replica memory: 350Mi + # Runtime Status Integrator env allows the definition of environment variables env: {} natsJS: @@ -182,6 +183,7 @@ imageSbomExtractor: # Image SBOM Extractor Memory requests per replica memory: 350Mi + # Image SBOM Extractor env allows the definition of environment variables env: {} cache: