Skip to content

Commit

Permalink
fix(dashbrr): run as 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Dec 16, 2024
1 parent 781461a commit bf3cc6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/default/dashbrr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ spec:
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 568
runAsGroup: 568
runAsUser: 1000
runAsGroup: 1000
controllers:
dashbrr:
annotations:
Expand Down

0 comments on commit bf3cc6d

Please sign in to comment.