Skip to content

Commit

Permalink
docs(helm): document additional templated chart values
Browse files Browse the repository at this point in the history
Adds the following templated values from the latest verion of the chart:

- `podSecurityContext`
- `nodeSelector`
- `podAnnotations`
- `secretAnnotations`

Fixes #130
  • Loading branch information
mdeltito committed Dec 5, 2024
1 parent 31da8c6 commit aa4bee2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/HELM.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ Parameter | Description | Default
`extraVolumes` | Additional Volumes | `[]`
`serviceAccount.create` | Whether to create a service account for this release | `true`
`serviceAccount.name` | The name of the service account. Defaults to `logdna-agent` unless `serviceAccount.create=false` in which case it defaults to `default` | None
`podSecurityContext` | The `securityContext` for the agent pods | `add: DAC_READ_SEARCH, drop: all`
`nodeSelector` | The `nodeSelector` for the agent pods | None
`podAnnotations` | Additional `annotations` for the agent pods | None
`secretAnnotations` | Additional `annotations` for the agent secret(s) | None

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example:

Expand Down

0 comments on commit aa4bee2

Please sign in to comment.