fix(firefox): disable rofs (#1746)

This commit is contained in:
Stavros Kois
2022-01-20 17:11:13 +01:00
committed by GitHub
parent ae2d11c00b
commit e8fae7d730
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: firefox name: firefox
version: 0.0.13 version: 0.0.14
appVersion: "78.15.0" appVersion: "78.15.0"
description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, description: Firefox Browser, also known as Mozilla Firefox or simply Firefox,
type: application type: application
+1 -1
View File
@@ -263,7 +263,7 @@ questions:
label: "ReadOnly Root Filesystem" label: "ReadOnly Root Filesystem"
schema: schema:
type: boolean type: boolean
default: true default: false
- variable: allowPrivilegeEscalation - variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation" label: "Allow Privilege Escalation"
schema: schema:
+1
View File
@@ -5,6 +5,7 @@ image:
securityContext: securityContext:
runAsNonRoot: false runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext: podSecurityContext:
runAsUser: 0 runAsUser: 0