fix(firefox): disable rofs (#1746)

This commit is contained in:
Stavros Kois
2022-01-20 18:11:13 +02:00
committed by GitHub
parent ae2d11c00b
commit e8fae7d730
3 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: firefox
version: 0.0.13
version: 0.0.14
appVersion: "78.15.0"
description: Firefox Browser, also known as Mozilla Firefox or simply Firefox,
type: application

View File

@@ -263,7 +263,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: true
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:

View File

@@ -5,6 +5,7 @@ image:
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0