fix(ddclient): set readOnlyRootFilesystem to false (#2843)
This commit is contained in:
parent
640d28092c
commit
eaf237c80d
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: ddclient
|
||||
version: 2.0.2
|
||||
version: 2.0.3
|
||||
appVersion: "3.9.1"
|
||||
description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider.
|
||||
type: application
|
||||
|
|
|
@ -121,7 +121,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
|
||||
|
|
Loading…
Reference in New Issue