Skip to content

Commit

Permalink
Updated docs, values.yaml better explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
itspooya committed Apr 21, 2024
1 parent 2e0810f commit 869ee8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operations/helm/charts/alloy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
3 changes: 2 additions & 1 deletion operations/helm/charts/alloy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 869ee8a

Please sign in to comment.