Skip to content

Commit

Permalink
fix(nextcloud): set securityContext
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanguille committed Nov 19, 2024
1 parent 27e8280 commit 470a6e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kubernetes/apps/default/nextcloud/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ spec:
datadir: /var/www/data

podSecurityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
securityContext:
runAsUser: 568
runAsGroup: 568

deploymentAnnotations:
reloader.stakater.com/auto: "true"

Expand Down

0 comments on commit 470a6e4

Please sign in to comment.