fix(ddclient): set readOnlyRootFilesystem to false (#2843)

This commit is contained in:
Stavros Kois 2022-06-08 14:14:08 +03:00 committed by GitHub
parent 640d28092c
commit eaf237c80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

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