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:
parent
50c7591a7b
commit
c345f877d5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue