Skip to content

Commit

Permalink
fix(helm): remove nogroup comment for podSecurityContext group
Browse files Browse the repository at this point in the history
  • Loading branch information
fty4 committed Jul 20, 2023
1 parent 2277098 commit 9d4323f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ edcconsumer:
podSecurityContext:
enabled: true
runAsNonRoot: true
runAsGroup: 65534 # nogroup
runAsGroup: 65534
runAsUser: 1001
fsGroup: 65534 # nogroup
fsGroup: 65534

vault:
hashicorp:
Expand Down Expand Up @@ -240,9 +240,9 @@ edcprovider:
podSecurityContext:
enabled: true
runAsNonRoot: true
runAsGroup: 65534 # nogroup
runAsGroup: 65534
runAsUser: 1001
fsGroup: 65534 # nogroup
fsGroup: 65534

vault:
hashicorp:
Expand Down

0 comments on commit 9d4323f

Please sign in to comment.