k8s: add fsGroup to server-statefulset (#143)

See: https://github.com/spiffe/spire-examples/issues/108

Signed-off-by: Tomasz Maciejewski <tmaciejewsk@gmail.com>
This commit is contained in:
Tomasz Maciejewski 2025-04-23 08:17:31 +02:00 committed by GitHub
parent 50c7591a7b
commit c345f877d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ spec:
app: spire-server
spec:
serviceAccountName: spire-server
securityContext:
fsGroup: 1000
containers:
- name: spire-server
image: ghcr.io/spiffe/spire-server:1.11.2