fix( mysql-workbench): Fix keyring support by adding IPC_Lock (#2453)
* fix( mysql-workbench): Fix keyring support by adding IPC_Lock * Update Chart.yaml
This commit is contained in:
@@ -7,6 +7,10 @@ securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
customCapabilities:
|
||||
drop: []
|
||||
add: ["IPC_LOCK"]
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
Reference in New Issue
Block a user