Skip to content

Commit

Permalink
fsGroup 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
artntek committed Nov 21, 2023
1 parent f1d0448 commit bf96d73
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serviceAccount:
podAnnotations: {}

podSecurityContext:
fsGroup: 1001
fsGroup: 1000 # must match metacat group for shared volume at /var/metacat

securityContext:
runAsNonRoot: true
Expand Down Expand Up @@ -72,8 +72,11 @@ persistence:
claimName: d1index-metacat-pvc
volumeName: d1index-metacat-pv
mountPath: /var/metacat
## Optional storage class that allows ephemeral volumes to get cleaned up automatically
ephemeralVolumeStorageClass: csi-cephfs-sc
## @param persistence.ephemeralVolumeStorageClass Optional override of global.storageClass.
## Can be used to assign a storageClass that has a `Delete` Reclaim Policy, thus allowing
## ephemeral volumes to be cleaned up automatically
##
# ephemeralVolumeStorageClass: csi-cephfs-sc

# Values for the IndexWorker
idxworker:
Expand Down

0 comments on commit bf96d73

Please sign in to comment.