Skip to content

Commit

Permalink
Sync READMEs from main
Browse files Browse the repository at this point in the history
Signed-off-by: GITHUB_ACTOR <[email protected]>
  • Loading branch information
nineinchnick committed Aug 28, 2024
1 parent 988d7ca commit 6635df8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions charts/trino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,7 @@ Fast distributed SQL query engine for big data analytics that helps you explore
```
* `securityContext` - object, default: `{"runAsGroup":1000,"runAsUser":1000}`

[Pod security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) configuration.
Remove the pod security context
```yaml
securityContext: ~
```
[Pod security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) configuration. To remove the default, set it to null (or `~`).
* `containerSecurityContext` - object, default: `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]}}`

[Container security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) configuration.
Expand Down

0 comments on commit 6635df8

Please sign in to comment.