fix(storj-node): run as root so migrations can complete (#2187)

* fix(storj-node): run as root so migrations can complete

* notes

* note 2

* notes
This commit is contained in:
Stavros Kois
2022-03-16 19:08:22 +02:00
committed by GitHub
parent ee34b96806
commit 2d5888b281
6 changed files with 21 additions and 5 deletions
+4 -4
View File
@@ -462,7 +462,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: true
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
@@ -472,7 +472,7 @@ questions:
label: "runAsNonRoot"
schema:
type: boolean
default: true
default: false
# Include{securityContextAdvanced}
- variable: podSecurityContext
@@ -487,13 +487,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."