Skip to content

Commit

Permalink
add fsGroupChangePolicy: "OnRootMismatch" to all deployments that u…
Browse files Browse the repository at this point in the history
…se persistent bulk storage
  • Loading branch information
Schnitzel committed Sep 28, 2023
1 parent 71f21f8 commit dc0d80d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions legacy/helmcharts/basic-persistent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
fsGroupChangePolicy: "OnRootMismatch"

securityContext: {}
# capabilities:
Expand Down
4 changes: 2 additions & 2 deletions legacy/helmcharts/cli-persistent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
fsGroupChangePolicy: "OnRootMismatch"

securityContext: {}
# capabilities:
Expand Down
4 changes: 2 additions & 2 deletions legacy/helmcharts/nginx-php-persistent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
fsGroupChangePolicy: "OnRootMismatch"

securityContext: {}
# capabilities:
Expand Down
5 changes: 2 additions & 3 deletions legacy/helmcharts/node-persistent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

podSecurityContext: {}
# fsGroup: 2000

podSecurityContext:
fsGroupChangePolicy: "OnRootMismatch"
securityContext: {}
# capabilities:
# drop:
Expand Down
4 changes: 2 additions & 2 deletions legacy/helmcharts/python-persistent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
fsGroupChangePolicy: "OnRootMismatch"

securityContext: {}
# capabilities:
Expand Down
4 changes: 2 additions & 2 deletions legacy/helmcharts/worker-persistent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
fsGroupChangePolicy: "OnRootMismatch"

securityContext: {}
# capabilities:
Expand Down

0 comments on commit dc0d80d

Please sign in to comment.