Skip to content

Commit

Permalink
change initCS context to {} by default, add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed Jan 17, 2025
1 parent f1de6ae commit 4b94c48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions diracx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ securityContext:
initCs:
# Automatically initialize the repository in the CS volume
enabled: true
securityContext:
fsGroup: 2000
# The permissions need to be set in a way which allows the container to write to the volume.
# Some platforms, like OpenShift, set an appropriate context by default. Other platforms do not.
securityContext: {}
# fsGroup: 2000

initSecrets:
enabled: true
Expand Down

0 comments on commit 4b94c48

Please sign in to comment.