Skip to content

Commit

Permalink
chore(ckan): add pod security context to ckan pod
Browse files Browse the repository at this point in the history
  • Loading branch information
SyeKlu committed Jan 13, 2025
1 parent ddb59d0 commit 3151a7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/ckan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ ckan:
periodSeconds: 10
failureThreshold: 6
timeoutSeconds: 10
podSecurityContext: {}
podSecurityContext:
runAsUser: 503
runAsGroup: 502
fsGroup: 502
securityContext: {}
resources: {}

Expand Down

0 comments on commit 3151a7a

Please sign in to comment.