fix(mysql-workbench): rofs false (#2214)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: mysql-workbench
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
appVersion: "8.0.28"
|
||||
description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
|
||||
type: application
|
||||
|
||||
@@ -266,7 +266,7 @@ questions:
|
||||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
||||
|
||||
@@ -5,6 +5,7 @@ image:
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
|
||||
Reference in New Issue
Block a user