From 3bb2c02fbde3dc0a60ec84db310aea298cf91e50 Mon Sep 17 00:00:00 2001 From: Carlos Herrera <18551113+caherrera@users.noreply.github.com> Date: Fri, 8 Mar 2024 17:46:14 -0300 Subject: [PATCH] README.md --- operations/helm/charts/grafana-agent/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/operations/helm/charts/grafana-agent/README.md b/operations/helm/charts/grafana-agent/README.md index 51ea7498b654..2e89952a03cf 100644 --- a/operations/helm/charts/grafana-agent/README.md +++ b/operations/helm/charts/grafana-agent/README.md @@ -102,6 +102,7 @@ use the older mode (called "static mode"), set the `agent.mode` value to | controller.volumeClaimTemplates | list | `[]` | volumeClaimTemplates to add when controller.type is 'statefulset'. | | controller.volumes.extra | list | `[]` | Extra volumes to add to the Grafana Agent pod. | | crds.create | bool | `true` | Whether to install CRDs for monitoring. | +| extraLabels | object | `{}` | Custom labels for all manifests | | fullnameOverride | string | `nil` | Overrides the chart's computed fullname. Used to change the full prefix of resource names. | | global.image.pullSecrets | list | `[]` | Optional set of global image pull secrets. | | global.image.registry | string | `""` | Global image registry to use if it needs to be overriden for some specific use cases (e.g local registries, custom images, ...) |