fix(rsnapshot): rofs:false (#3932)
This commit is contained in:
parent
b894fc6f1d
commit
0291f779da
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: rsnapshot
|
name: rsnapshot
|
||||||
version: 2.0.32
|
version: 2.0.3
|
||||||
appVersion: "1.4.3"
|
appVersion: "1.4.3"
|
||||||
description: Rsnapshot is a filesystem snapshot utility based on rsync.
|
description: Rsnapshot is a filesystem snapshot utility based on rsync.
|
||||||
type: application
|
type: application
|
||||||
|
|
|
@ -38,7 +38,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:
|
||||||
|
|
|
@ -5,6 +5,7 @@ image:
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
|
|
Loading…
Reference in New Issue