Skip to content

Commit 494c64d

Browse files
committed
chore: shorten docs
1 parent 2ef2f94 commit 494c64d

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

  • deploy/helm/postgresql-trino-gateway

deploy/helm/postgresql-trino-gateway/README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,7 @@ admission with `... is not an allowed group` / `must be in the ranges`.
6161

6262
Set `openshift.enabled=true` to omit `runAsUser`, `runAsGroup` and
6363
`fsGroup` from the pod and container security contexts, letting the SCC
64-
inject them:
65-
66-
```bash
67-
helm install gw ./deploy/helm/postgresql-trino-gateway \
68-
--set trino.host=trino.example.com \
69-
--set openshift.enabled=true
70-
```
71-
72-
The image is built for this: `/stackable` is group-`0`-owned with `g=u`
73-
permissions and the chart sets `readOnlyRootFilesystem: true`, so the
74-
container runs correctly as an arbitrary assigned UID with GID `0`. All
75-
other hardening (`runAsNonRoot`, `seccompProfile`, dropped capabilities)
76-
is retained.
64+
inject them.
7765

7866
## Connectivity
7967

0 commit comments

Comments
 (0)