fix(mysql-workbench): rofs false (#2214)

This commit is contained in:
Stavros Kois
2022-03-19 11:09:09 +01:00
committed by GitHub
parent f908a9f312
commit 7d9843e77d
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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