diff --git a/docs/pages/reference/helm-reference/teleport-cluster.mdx b/docs/pages/reference/helm-reference/teleport-cluster.mdx index 81b6a71103482..edc28b2522ed5 100644 --- a/docs/pages/reference/helm-reference/teleport-cluster.mdx +++ b/docs/pages/reference/helm-reference/teleport-cluster.mdx @@ -2041,6 +2041,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 |