From 869ee8a10ff3e32b979319157331255195d6a705 Mon Sep 17 00:00:00 2001 From: itspooya Date: Sun, 21 Apr 2024 19:00:12 +0200 Subject: [PATCH] Updated docs, values.yaml better explanation --- operations/helm/charts/alloy/README.md | 2 +- operations/helm/charts/alloy/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/operations/helm/charts/alloy/README.md b/operations/helm/charts/alloy/README.md index 4ac915cd1e..575195889b 100644 --- a/operations/helm/charts/alloy/README.md +++ b/operations/helm/charts/alloy/README.md @@ -114,7 +114,7 @@ useful if just using the default DaemonSet isn't sufficient. | ingress.pathType | string | `"Prefix"` | | | ingress.tls | list | `[]` | | | nameOverride | string | `nil` | Overrides the chart's name. Used to change the infix in the resource names. | -| prometheus-crds.create | bool | `true` | Whether to install CRDs for Prometheus. | +| prometheus-operator-crds.create | bool | `true` | Whether to install prometheus-operator CRDs. This is required for the ServiceMonitor, PodMonitor and etc. | | rbac.create | bool | `true` | Whether to create RBAC resources for Alloy. | | service.annotations | object | `{}` | | | service.clusterIP | string | `""` | Cluster IP, can be set to None, empty "" or an IP address | diff --git a/operations/helm/charts/alloy/values.yaml b/operations/helm/charts/alloy/values.yaml index 352614c3f6..b5595cd2d1 100644 --- a/operations/helm/charts/alloy/values.yaml +++ b/operations/helm/charts/alloy/values.yaml @@ -23,7 +23,8 @@ crds: create: true prometheus-operator-crds: - # -- Whether to install CRDs for Prometheus Operator. + # -- Whether to install prometheus-operator CRDs. + # This is required for the ServiceMonitor, PodMonitor and etc. create: true ## Various Alloy settings. For backwards compatibility with the grafana-agent