mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Remove fsGroup from mysql
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ redis-ha:
|
||||
enabled: false
|
||||
|
||||
externalRedis:
|
||||
existingSecret: redis-credentials
|
||||
# existingSecret: redis-credentials
|
||||
host: redis-master.db.svc.cluster.local
|
||||
|
||||
controller:
|
||||
|
||||
+1
-1
@@ -62,7 +62,7 @@ spec:
|
||||
securityContext:
|
||||
privileged: false
|
||||
runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
# fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
volumes:
|
||||
- name: data
|
||||
|
||||
Reference in New Issue
Block a user