Skip to content

Commit

Permalink
Document podSecurityContext for Teleport Cluster chart
Browse files Browse the repository at this point in the history
  • Loading branch information
AuditeMarlow authored and github-actions committed Apr 26, 2024
1 parent 5a93ea0 commit cd04c6e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/pages/reference/helm-reference/teleport-cluster.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1921,6 +1921,23 @@ See [the GitHub PR](https://github.com/gravitational/teleport/pull/36251) for te
memory: 2Gi
```

## `podSecurityContext`

| Type | Default value |
|----------|---------------|
| `object` | `{}` |

[Kubernetes reference](https://kubernetes.io/docs/concepts/security/pod-security-standards/)

The `podSecurityContext` applies to the main Teleport pods.

`values.yaml` example:

```yaml
podSecurityContext:
fsGroup: 65532
```

## `securityContext`

| Type | Default value |
Expand Down

0 comments on commit cd04c6e

Please sign in to comment.