Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Wall <[email protected]>
  • Loading branch information
ptodev and petewall authored Feb 28, 2025
1 parent 027138a commit 7de486d
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -133,7 +133,7 @@ useful if just using the default DaemonSet isn't sufficient.
| service.nodePort | int | `31128` | NodePort port. Only takes effect when `service.type: NodePort` |
| service.type | string | `"ClusterIP"` | Service type |
| serviceAccount.additionalLabels | object | `{}` | Additional labels to add to the created service account. |
| serviceAccount.automountServiceAccountToken | bool | `true` | Whether pods running as this service account should have an API token automatically mounted. |
| serviceAccount.automountServiceAccountToken | bool | `true` | Whether the Alloy pod should automatically mount the service account token.
| serviceAccount.annotations | object | `{}` | Annotations to add to the created service account. |
| serviceAccount.create | bool | `true` | Whether to create a service account for the Grafana Alloy deployment. |
| serviceAccount.name | string | `nil` | The name of the existing service account to use when serviceAccount.create is false. |
Expand Down
2 changes: 1 addition & 1 deletion operations/helm/charts/alloy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ serviceAccount:
# -- The name of the existing service account to use when
# serviceAccount.create is false.
name: null
# Whether pods running as this service account should have an API token automatically mounted.
# Whether the Alloy pod should automatically mount the service account token.
automountServiceAccountToken: true

# Options for the extra controller used for config reloading.
Expand Down

0 comments on commit 7de486d

Please sign in to comment.