Skip to content

Commit

Permalink
#2609: set fsGroup for pods with persistent storage pods, partially r…
Browse files Browse the repository at this point in the history
…everts #2566
  • Loading branch information
Schnitzel committed Apr 15, 2021
1 parent 3f4b0d7 commit e8a6e3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ serviceAccount:
# If not set and create is true, a name is generated using the fullname template
name:

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
fsGroup: 0

securityContext: {}
# capabilities:
Expand Down Expand Up @@ -72,4 +72,4 @@ inPodCronjobs: ""
tls_acme: false
routesAutogenerateInsecure: Allow

configMapSha: ""
configMapSha: ""
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ serviceAccount:
# If not set and create is true, a name is generated using the fullname template
name:

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
fsGroup: 0

securityContext: {}
# capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ serviceAccount:
# If not set and create is true, a name is generated using the fullname template
name:

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
fsGroup: 0

securityContext: {}
# capabilities:
Expand Down

0 comments on commit e8a6e3a

Please sign in to comment.