Skip to content

Commit

Permalink
Merge pull request #2610 from amazeeio/elasticsearchfix
Browse files Browse the repository at this point in the history
revert fsGroup:0 for persistent services template
  • Loading branch information
Schnitzel authored May 3, 2021
2 parents 904ba6d + e8a6e3a commit 11e0a77
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

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

securityContext: {}
# capabilities:
Expand Down Expand Up @@ -48,4 +48,4 @@ affinity: {}

inPodCronjobs: ""

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 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 11e0a77

Please sign in to comment.