fix(dillinger) rofs (#4223)

This commit is contained in:
Xstar97
2022-10-28 05:49:51 -04:00
committed by GitHub
parent 143dfc630e
commit 811c0bcf17
3 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: dillinger
version: 2.0.37
version: 2.0.38
appVersion: "3.39.1"
description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.
type: application

View File

@@ -81,7 +81,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