Skip to content

Commit

Permalink
make vale happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac committed May 7, 2024
1 parent 0c3bbba commit 6eadf2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/setup/kubernetes-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ podAnnotations:
prometheus.io/port: '9090'
```

Analogously, the Helm chart allows overriding names, labels and annotations for
Analogously, the Helm chart allows overriding names, labels, and annotations for
multiple resources that are involved in the deployment of Beyla, such as service
accounts, cluster roles, security contexts, etc. The
[Beyla Helm chart documentation](https:/grafana/beyla/blob/main/charts/beyla/README.md)
Expand All @@ -117,7 +117,7 @@ OpenTelemetry Endpoint, you need to provide the credentials via the
The recommended way is to store such value in a Kubernetes Secret and then
specify the environment variable referring to it from the Helm configuration.

For example, create and deploy the following secret:
For example, deploy the following secret:

```
apiVersion: v1
Expand Down

0 comments on commit 6eadf2c

Please sign in to comment.