Skip to content

Commit

Permalink
fix(helm): mysql permission
Browse files Browse the repository at this point in the history
Signed-off-by: Byeonghoon Yoo <[email protected]>
  • Loading branch information
isac322 committed Mar 24, 2024
1 parent 7658995 commit 6aa35fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values/mysql/backbone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ primary:
containerSecurityContext:
enabled: true
seLinuxOptions: { }
runAsUser: 65534
runAsUser: 1001
runAsGroup: 65534
runAsNonRoot: true
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -251,7 +251,7 @@ rbac:
volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner and group of the persistent volume(s) mountpoint to `runAsUser:fsGroup`
##
enabled: false
enabled: true
## @param volumePermissions.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if volumePermissions.resources is set (volumePermissions.resources is recommended for production).
## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
##
Expand Down

0 comments on commit 6aa35fd

Please sign in to comment.