(fix) Allow privilage escalation on Pihole

This commit is contained in:
kjeld Schouten-Lebbing
2021-10-04 13:52:17 +02:00
parent 1d94d2e7bb
commit 400e0c8a0f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -964,7 +964,7 @@ questions:
label: "Allow Privilege Escalation"
schema:
type: boolean
default: false
default: true
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
+1
View File
@@ -8,6 +8,7 @@ image:
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
allowPrivilegeEscalation: true
podSecurityContext:
runAsUser: 0