Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 663e6ab

Browse files
authored
Stricter default for podSecurityContext
Had to patch this in to conform with our own policies but seems like a good default to have
1 parent 7669df6 commit 663e6ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

operations/phlare/helm/phlare/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ phlare:
4242

4343
podSecurityContext:
4444
fsGroup: 10001
45+
runAsUser: 10001
46+
runAsNonRoot: true
4547

4648
securityContext:
4749
{}

0 commit comments

Comments
 (0)